Skip to content

Commit

Permalink
cargo: Allow for easier overriding of linter group
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jun 11, 2024
1 parent 404e131 commit e574325
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 @@ -21,7 +21,7 @@ readme = "README.md"
edition = "2021"

[lints.rust]
rust_2021_compatibility = "warn"
rust_2021_compatibility = { level = "warn", priority = -1 }

[lints.clippy]
all = { level = "deny", priority = -1 }
Expand Down

0 comments on commit e574325

Please # to comment.