add two pedantic clippy lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
125ff21c88
commit
07135cc849
1 changed files with 2 additions and 0 deletions
|
@ -515,6 +515,8 @@ too_many_lines = "warn"
|
||||||
let_underscore_untyped = "warn"
|
let_underscore_untyped = "warn"
|
||||||
single_match = "warn"
|
single_match = "warn"
|
||||||
single_match_else = "warn"
|
single_match_else = "warn"
|
||||||
|
explicit_deref_methods = "warn"
|
||||||
|
explicit_iter_loop = "warn"
|
||||||
|
|
||||||
# some sadness
|
# some sadness
|
||||||
missing_errors_doc = "allow"
|
missing_errors_doc = "allow"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue