@@ -1261,7 +1261,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1261
1261
LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
1262
1262
LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
1263
1263
LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1264
- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1265
1264
LintId :: of( & mutex_atomic:: MUTEX_ATOMIC ) ,
1266
1265
LintId :: of( & needless_bool:: BOOL_COMPARISON ) ,
1267
1266
LintId :: of( & needless_bool:: NEEDLESS_BOOL ) ,
@@ -1578,7 +1577,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1578
1577
LintId :: of( & misc:: FLOAT_CMP ) ,
1579
1578
LintId :: of( & misc:: MODULO_ONE ) ,
1580
1579
LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
1581
- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1582
1580
LintId :: of( & non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ) ,
1583
1581
LintId :: of( & non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
1584
1582
LintId :: of( & open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
@@ -1632,6 +1630,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1632
1630
LintId :: of( & fallible_impl_from:: FALLIBLE_IMPL_FROM ) ,
1633
1631
LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
1634
1632
LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1633
+ LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1635
1634
LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
1636
1635
LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
1637
1636
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
0 commit comments