File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2121 // clippy false positive: https://github.com/rust-lang/rust-clippy/issues/7054
2222 clippy:: branches_sharing_code,
2323 clippy:: cognitive_complexity,
24+ // clippy bug: https://github.com/rust-lang/rust-clippy/issues/7575
25+ clippy:: collapsible_match,
2426 clippy:: enum_variant_names,
2527 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6797
2628 clippy:: manual_map,
Original file line number Diff line number Diff line change 44// Ignored clippy lints
55#![ allow(
66 clippy:: cognitive_complexity,
7+ // clippy bug: https://github.com/rust-lang/rust-clippy/issues/7575
8+ clippy:: collapsible_match,
79 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6797
810 clippy:: manual_map,
911 clippy:: missing_panics_doc,
You can’t perform that action at this time.
0 commit comments