@@ -1256,7 +1256,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12561256 LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
12571257 LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
12581258 LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1259- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
12601259 LintId :: of( & mutex_atomic:: MUTEX_ATOMIC ) ,
12611260 LintId :: of( & needless_bool:: BOOL_COMPARISON ) ,
12621261 LintId :: of( & needless_bool:: NEEDLESS_BOOL ) ,
@@ -1570,7 +1569,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15701569 LintId :: of( & misc:: FLOAT_CMP ) ,
15711570 LintId :: of( & misc:: MODULO_ONE ) ,
15721571 LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
1573- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
15741572 LintId :: of( & non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ) ,
15751573 LintId :: of( & non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
15761574 LintId :: of( & open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
@@ -1624,6 +1622,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16241622 LintId :: of( & fallible_impl_from:: FALLIBLE_IMPL_FROM ) ,
16251623 LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
16261624 LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1625+ LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
16271626 LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
16281627 LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
16291628 LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
0 commit comments