Skip to content

Commit 95daf1e

Browse files
committed
Ignore buggy clippy::lint_groups_priority lint
rust-lang/rust-clippy#12270
1 parent 067f389 commit 95daf1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ borrow_as_ptr = { level = "allow", priority = 1 } # https://github.com/rust-lang
6868
declare_interior_mutable_const = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7665
6969
doc_markdown = { level = "allow", priority = 1 }
7070
float_cmp = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
71+
lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12270
7172
manual_assert = { level = "allow", priority = 1 }
7273
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
7374
missing_errors_doc = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)