Skip to content

Commit

Permalink
chore: enable some more lints by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 10, 2023
1 parent fee7b02 commit 0660c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ resolver = "2"
# Add debug symbols on release mode to allow debugging upstream code.
# This does not affect library users
debug = true

[workspace.lints.clippy]
cargo = "warn"
pedantic = "warn"

0 comments on commit 0660c01

Please sign in to comment.