further make use statement consistent
This commit is contained in:
parent
a21ddfeefc
commit
9fd38f29b4
|
|
@ -6,9 +6,10 @@ use tracing::instrument;
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use std::os::unix::process::ExitStatusExt;
|
use std::os::unix::process::ExitStatusExt;
|
||||||
use std::{convert::Infallible as NoDir, io::BufRead};
|
|
||||||
use std::{
|
use std::{
|
||||||
|
convert::Infallible as NoDir,
|
||||||
fmt::Write as _,
|
fmt::Write as _,
|
||||||
|
io::BufRead,
|
||||||
io::{BufReader, Lines, Read},
|
io::{BufReader, Lines, Read},
|
||||||
path::Path,
|
path::Path,
|
||||||
process::{Child, ChildStdout, Command, ExitStatus, Output, Stdio},
|
process::{Child, ChildStdout, Command, ExitStatus, Output, Stdio},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue