From 984c753fa51d51a2e218ab62b94ba7db082bb4c6 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 25 Jul 2024 21:02:38 +0200 Subject: [PATCH] chore: allow override all group --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f17dd07bd8..5eb39ab9660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ unnameable-types = "warn" all = "warn" [workspace.lints.clippy] -all = "warn" +all = { level = "warn", priority = -1 } missing-const-for-fn = "warn" use-self = "warn" option-if-let-else = "warn"