We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3452 commit 9005c77Copy full SHA for 9005c77
src/tools/miri/src/lib.rs
@@ -13,6 +13,7 @@
13
#![allow(
14
clippy::collapsible_else_if,
15
clippy::collapsible_if,
16
+ clippy::if_same_then_else,
17
clippy::comparison_chain,
18
clippy::enum_variant_names,
19
clippy::field_reassign_with_default,
0 commit comments