clippy advices
This commit is contained in:
parent
40fc6bb998
commit
8b80c13436
1 changed files with 9 additions and 0 deletions
|
@ -8,3 +8,12 @@ license = "AGPL-3.0-or-later"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
||||
[lints.clippy]
|
||||
correctness = "warn"
|
||||
suspicious = "warn"
|
||||
complexity = "warn"
|
||||
perf = "warn"
|
||||
style = "warn"
|
||||
pedantic = "warn"
|
||||
|
|
Loading…
Reference in a new issue