1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Fix clippy warning manual_if_else (#7177)

and enable the rule
This commit is contained in:
danieleades 2025-01-23 21:49:13 +00:00 committed by GitHub
parent 704421bd6b
commit 5d6a04ab71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 106 additions and 169 deletions

View file

@ -950,7 +950,7 @@ mod tests_split_iterator {
| '*' | '?' | '[' | '#' | '˜' | '=' | '%' => {
special = true;
}
_ => continue,
_ => (),
}
}