Skip to content

Commit

Permalink
clippy: ignore clippy::lint_groups_priority lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed May 25, 2024
1 parent 8d0ad32 commit 6b40b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ non_ascii_idents = "warn"
unreachable_pub = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12270

[workspace.lints.clippy]
all = "deny"
Expand Down

0 comments on commit 6b40b12

Please sign in to comment.