Skip to content

Commit

Permalink
Fix config for new clippy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpikl committed May 8, 2024
1 parent f98cbe8 commit e2e8b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ strip = true
lto = true

[lints.clippy]
all = "deny"
pedantic = "deny"
all = { level = "deny", priority = -1 }
pedantic = { level = "deny", priority = -1 }
module_name_repetitions = "allow"
must_use_candidate = "allow"

0 comments on commit e2e8b22

Please sign in to comment.