resolve clippy match_bool
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9d0b647911
commit
0bb5115bd1
4 changed files with 26 additions and 21 deletions
|
@ -496,6 +496,7 @@ cast_possible_wrap = "warn"
|
|||
redundant_closure_for_method_calls = "warn"
|
||||
large_futures = "warn"
|
||||
semicolon_if_nothing_returned = "warn"
|
||||
match_bool = "warn"
|
||||
|
||||
# not in rust 1.75.0 (breaks CI)
|
||||
# infinite_loop = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue