mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
touch: fix clippy warning - redundant guard
This commit is contained in:
parent
3c2e327a34
commit
d756a05be6
1 changed files with 1 additions and 1 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue