clippy advices

This commit is contained in:
Mylloon 2024-05-28 21:01:12 +02:00
parent 40fc6bb998
commit 8b80c13436
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"