Skip to content

Commit

Permalink
Suppress broken clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Jun 15, 2024
1 parent 3863584 commit 42ade72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ warnings = "deny"
all = { level = "deny", priority = -1 }
pedantic = { level = "deny", priority = -1 }
default_trait_access = "allow"
# Ref: https://github.com/rust-lang/rust-clippy/issues/12270
lint_groups_priority = "allow"
must_use_candidate = "allow"

0 comments on commit 42ade72

Please sign in to comment.