mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-08 12:04:40 -05:00
add two pedantic clippy lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
350f7ec0f3
commit
94aeece5ee
1 changed files with 2 additions and 0 deletions
|
|
@ -515,6 +515,8 @@ too_many_lines = "warn"
|
|||
let_underscore_untyped = "warn"
|
||||
single_match = "warn"
|
||||
single_match_else = "warn"
|
||||
explicit_deref_methods = "warn"
|
||||
explicit_iter_loop = "warn"
|
||||
|
||||
# some sadness
|
||||
missing_errors_doc = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue