Skip to content

Commit

Permalink
Set clippy to pedantic by default
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Aug 24, 2024
1 parent 4db4f74 commit ad8a7a5
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 @@ -17,3 +17,7 @@ regex = "1.10.6"
rand_chacha = "0.3.1"
rayon = "1.10.0"
statrs = "0.17.1"

[lint.clippy]
all = "deny"
pedantic = "deny"

0 comments on commit ad8a7a5

Please sign in to comment.