further make use statement consistent
This commit is contained in:
parent
a21ddfeefc
commit
9fd38f29b4
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue