Skip to content

Commit a537f8b

Browse files
authored
chore: allow override all group (#1104)
1 parent 2ce8525 commit a537f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ unnameable-types = "warn"
2424
all = "warn"
2525

2626
[workspace.lints.clippy]
27-
all = "warn"
27+
all = { level = "warn", priority = -1 }
2828
missing-const-for-fn = "warn"
2929
use-self = "warn"
3030
option-if-let-else = "warn"

0 commit comments

Comments
 (0)