mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Remove unused variable binding.
This commit is contained in:
parent
8fe3eac087
commit
01da600f71
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ mod chmod_rs {
|
|||
_ => unreachable!()
|
||||
})
|
||||
}
|
||||
Err(err) => Err(String::from("numeric parsing error"))
|
||||
Err(_) => Err(String::from("numeric parsing error"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue