Skip to content

Commit

Permalink
chore: allow override all group (alloy-rs#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored and ben186 committed Jul 27, 2024
1 parent 6257158 commit f56b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f56b5d9

Please sign in to comment.