Skip to content

Commit

Permalink
Merge pull request #83 from triarius/pedantic-clippy
Browse files Browse the repository at this point in the history
Set clippy to pedantic by default
  • Loading branch information
triarius authored Aug 24, 2024
2 parents 4db4f74 + ad8a7a5 commit e33ffe3
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 e33ffe3

Please sign in to comment.