diff --git a/Cargo.toml b/Cargo.toml index ccf6d12b..442d9d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,6 +147,7 @@ non_ascii_idents = "warn" unreachable_pub = "warn" missing_debug_implementations = "warn" missing_docs = "warn" +lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12270 [workspace.lints.clippy] all = "deny"