Reformat imports to a consistent style for imports
rustfmt.toml configuration: imports_granularity = "One" group_imports = "One"
This commit is contained in:
@ -13,8 +13,7 @@ use {
|
||||
fs::{self, File},
|
||||
io::{prelude::*, BufReader, BufWriter},
|
||||
path::{Path, PathBuf},
|
||||
process::exit,
|
||||
process::{Command, Stdio},
|
||||
process::{exit, Command, Stdio},
|
||||
str::FromStr,
|
||||
},
|
||||
tar::Archive,
|
||||
|
Reference in New Issue
Block a user