mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5360 from sylvestre/clippy
touch: fix clippy warning - redundant guard
This commit is contained in:
@@ -489,7 +489,7 @@ fn pathbuf_from_stdout() -> UResult<PathBuf> {
|
||||
format!("GetFinalPathNameByHandleW failed with code {ret}"),
|
||||
))
|
||||
}
|
||||
e if e == 0 => {
|
||||
0 => {
|
||||
return Err(USimpleError::new(
|
||||
1,
|
||||
format!(
|
||||
|
||||
Reference in New Issue
Block a user