some are already defaults

This commit is contained in:
Mylloon 2024-05-29 12:02:51 +02:00
parent 07068a0150
commit 181ebf53f4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -22,9 +22,4 @@ clap = { version = "4.5", features = ["derive"] }
dialoguer = "0.11"
[lints.clippy]
correctness = "warn"
suspicious = "warn"
complexity = "warn"
perf = "warn"
style = "warn"
pedantic = "warn"