From b76cba89ec0c83d3958893851239a7c2cf61d43e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 29 May 2024 12:02:30 +0200 Subject: [PATCH] some are already defaults --- rust/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) 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"