Skip to content

Commit

Permalink
Enable additional lint groups
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed May 21, 2024
1 parent ccea1bd commit e6c0da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ panic = "abort"
strip = true

[lints.clippy]
cargo = "warn"
nursery = "warn"

[lints.rust]
Expand All @@ -40,4 +41,5 @@ nonstandard_style = "warn"
rust_2018_compatibility = "warn"
rust_2018_idioms = "warn"
rust_2021_compatibility = "warn"
rust_2024_compatibility = "warn"
unused = "warn"

0 comments on commit e6c0da3

Please sign in to comment.