Skip to content

Commit

Permalink
Merge branch 'ng' into registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jpikl committed May 8, 2024
2 parents 393f11c + e2e8b22 commit 1d0aba3
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 1d0aba3

Please sign in to comment.