From 024fa67682ccbd497a51c38828fe2d951995cc23 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 29 May 2024 12:03:07 +0200 Subject: [PATCH] some are already defaults --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 917c650..470552e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,9 +33,4 @@ urlencoding = "2.1" regex = "1.10" [lints.clippy] -correctness = "warn" -suspicious = "warn" -complexity = "warn" -perf = "warn" -style = "warn" pedantic = "warn"