1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17: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

@ -576,6 +576,7 @@ semicolon_if_nothing_returned = "warn"
single_char_pattern = "warn"
explicit_iter_loop = "warn"
if_not_else = "warn"
manual_if_else = "warn"
all = { level = "deny", priority = -1 }
cargo = { level = "warn", priority = -1 }