mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
dumb clippy double fmt
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@ fn main() -> io::Result<()> {
|
||||
}
|
||||
|
||||
println!("Writing to utils");
|
||||
let hashsum_cmd = (*utils.iter().find(|n| *n.0 == "hashsum").unwrap()).1.1;
|
||||
let hashsum_cmd = utils.iter().find(|n| *n.0 == "hashsum").unwrap().1.1;
|
||||
for (&name, (_, command)) in utils {
|
||||
let (utils_name, usage_name, command) = match name {
|
||||
"[" => {
|
||||
|
||||
Reference in New Issue
Block a user