mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
lint: Enable clippy::if_not_else rule
This commit is contained in:
parent
68e90eacbb
commit
b056e29b06
1 changed files with 6 additions and 5 deletions
|
@ -8,5 +8,6 @@ rustflags = [
|
|||
"-Wclippy::semicolon_if_nothing_returned",
|
||||
"-Wclippy::single_char_pattern",
|
||||
"-Wclippy::explicit_iter_loop",
|
||||
"-Wclippy::if_not_else",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue