diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 99bf299..d6695a1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -11,9 +11,4 @@ license = "AGPL-3.0-or-later" [lints.clippy] -correctness = "warn" -suspicious = "warn" -complexity = "warn" -perf = "warn" -style = "warn" pedantic = "warn"