@@ -1261,7 +1261,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12611261 LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
12621262 LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
12631263 LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1264- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
12651264 LintId :: of( & mutex_atomic:: MUTEX_ATOMIC ) ,
12661265 LintId :: of( & needless_bool:: BOOL_COMPARISON ) ,
12671266 LintId :: of( & needless_bool:: NEEDLESS_BOOL ) ,
@@ -1578,7 +1577,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15781577 LintId :: of( & misc:: FLOAT_CMP ) ,
15791578 LintId :: of( & misc:: MODULO_ONE ) ,
15801579 LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
1581- LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
15821580 LintId :: of( & non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ) ,
15831581 LintId :: of( & non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
15841582 LintId :: of( & open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
@@ -1632,6 +1630,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16321630 LintId :: of( & fallible_impl_from:: FALLIBLE_IMPL_FROM ) ,
16331631 LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
16341632 LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1633+ LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
16351634 LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
16361635 LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
16371636 LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
0 commit comments