@@ -1256,7 +1256,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1256
1256
LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
1257
1257
LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
1258
1258
LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1259
- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1260
1259
LintId :: of( & mutex_atomic:: MUTEX_ATOMIC ) ,
1261
1260
LintId :: of( & needless_bool:: BOOL_COMPARISON ) ,
1262
1261
LintId :: of( & needless_bool:: NEEDLESS_BOOL ) ,
@@ -1570,7 +1569,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1570
1569
LintId :: of( & misc:: FLOAT_CMP ) ,
1571
1570
LintId :: of( & misc:: MODULO_ONE ) ,
1572
1571
LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
1573
- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1574
1572
LintId :: of( & non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ) ,
1575
1573
LintId :: of( & non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
1576
1574
LintId :: of( & open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
@@ -1624,6 +1622,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1624
1622
LintId :: of( & fallible_impl_from:: FALLIBLE_IMPL_FROM ) ,
1625
1623
LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
1626
1624
LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1625
+ LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1627
1626
LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
1628
1627
LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
1629
1628
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
0 commit comments