@@ -75,12 +75,13 @@ declare_interior_mutable_const = { level = "allow", priority = 1 } # https://git
7575doc_markdown = { level = " allow" , priority = 1 }
7676float_cmp = { level = " allow" , priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
7777incompatible_msrv = { level = " allow" , priority = 1 } # buggy: doesn't consider cfg, https://github.com/rust-lang/rust-clippy/issues/12280, https://github.com/rust-lang/rust-clippy/issues/12257#issuecomment-2093667187
78- lint_groups_priority = { level = " allow" , priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12270
78+ lint_groups_priority = { level = " allow" , priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12920
7979manual_assert = { level = " allow" , priority = 1 }
8080manual_range_contains = { level = " allow" , priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
8181missing_errors_doc = { level = " allow" , priority = 1 }
82- module_name_repetitions = { level = " allow" , priority = 1 }
82+ module_name_repetitions = { level = " allow" , priority = 1 } # buggy: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+module_name_repetitions
8383nonminimal_bool = { level = " allow" , priority = 1 } # buggy: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+nonminimal_bool
84+ range_plus_one = { level = " allow" , priority = 1 } # buggy: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+range_plus_one
8485similar_names = { level = " allow" , priority = 1 }
8586single_match = { level = " allow" , priority = 1 }
8687single_match_else = { level = " allow" , priority = 1 }
0 commit comments