From 56204e246ce0dec462f2844b43ca17ba4871287c Mon Sep 17 00:00:00 2001 From: Rigidity Date: Sat, 3 Aug 2024 15:02:02 -0400 Subject: [PATCH] Fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36328d6..412c942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ missing_debug_implementations = "warn" missing_copy_implementations = "warn" [workspace.lints.clippy] -all = "deny" +all = { level = "deny", priority = -1 } pedantic = { level = "warn", priority = -1 } missing_errors_doc = "allow" missing_panics_doc = "allow"