further make use statement consistent

This commit is contained in:
Jane Lusby 2020-10-29 18:03:58 -07:00 committed by Deirdre Connolly
parent a21ddfeefc
commit 9fd38f29b4
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ use tracing::instrument;
#[cfg(unix)]
use std::os::unix::process::ExitStatusExt;
use std::{convert::Infallible as NoDir, io::BufRead};
use std::{
convert::Infallible as NoDir,
fmt::Write as _,
io::BufRead,
io::{BufReader, Lines, Read},
path::Path,
process::{Child, ChildStdout, Command, ExitStatus, Output, Stdio},