Skip to content

Commit

Permalink
chore: allow override all group (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 25, 2024
1 parent 2ce8525 commit a537f8b
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 a537f8b

Please sign in to comment.