mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-01-21 11:48:07 +00:00
clippy priority
This commit is contained in:
parent
8f419ae21b
commit
c6ee5bcdec
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ warnings = "deny"
|
|||
deprecated = "deny"
|
||||
|
||||
[lints.clippy]
|
||||
perf = "deny"
|
||||
complexity = "deny"
|
||||
perf = { level = "deny", priority = -1 }
|
||||
complexity = { level = "deny", priority = -1 }
|
||||
dbg_macro = "deny"
|
||||
inefficient_to_string = "deny"
|
||||
items-after-statements = "deny"
|
||||
|
|
Loading…
Reference in a new issue