@@ -1268,6 +1268,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12681268 LintId :: of( & bit_mask:: VERBOSE_BIT_MASK ) ,
12691269 LintId :: of( & checked_conversions:: CHECKED_CONVERSIONS ) ,
12701270 LintId :: of( & copies:: SAME_FUNCTIONS_IN_IF_CONDITION ) ,
1271+ LintId :: of( & copies:: SHARED_CODE_IN_IF_BLOCKS ) ,
12711272 LintId :: of( & copy_iterator:: COPY_ITERATOR ) ,
12721273 LintId :: of( & default :: DEFAULT_TRAIT_ACCESS ) ,
12731274 LintId :: of( & dereference:: EXPLICIT_DEREF_METHODS ) ,
@@ -1382,7 +1383,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13821383 LintId :: of( & comparison_chain:: COMPARISON_CHAIN ) ,
13831384 LintId :: of( & copies:: IFS_SAME_COND ) ,
13841385 LintId :: of( & copies:: IF_SAME_THEN_ELSE ) ,
1385- LintId :: of( & copies:: SHARED_CODE_IN_IF_BLOCKS ) ,
13861386 LintId :: of( & default :: FIELD_REASSIGN_WITH_DEFAULT ) ,
13871387 LintId :: of( & derive:: DERIVE_HASH_XOR_EQ ) ,
13881388 LintId :: of( & derive:: DERIVE_ORD_XOR_PARTIAL_ORD ) ,
@@ -1753,7 +1753,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17531753 LintId :: of( & assign_ops:: MISREFACTORED_ASSIGN_OP ) ,
17541754 LintId :: of( & attrs:: DEPRECATED_CFG_ATTR ) ,
17551755 LintId :: of( & booleans:: NONMINIMAL_BOOL ) ,
1756- LintId :: of( & copies:: SHARED_CODE_IN_IF_BLOCKS ) ,
17571756 LintId :: of( & double_comparison:: DOUBLE_COMPARISONS ) ,
17581757 LintId :: of( & double_parens:: DOUBLE_PARENS ) ,
17591758 LintId :: of( & duration_subsec:: DURATION_SUBSEC ) ,
0 commit comments