@@ -1183,7 +1183,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1183
1183
LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1184
1184
LintId :: of( & misc_early:: UNNEEDED_WILDCARD_PATTERN ) ,
1185
1185
LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
1186
- LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1187
1186
LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1188
1187
LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1189
1188
LintId :: of( & mutex_atomic:: MUTEX_ATOMIC ) ,
@@ -1527,7 +1526,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1527
1526
LintId :: of( & methods:: OR_FUN_CALL ) ,
1528
1527
LintId :: of( & methods:: SINGLE_CHAR_PATTERN ) ,
1529
1528
LintId :: of( & misc:: CMP_OWNED ) ,
1530
- LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1531
1529
LintId :: of( & mutex_atomic:: MUTEX_ATOMIC ) ,
1532
1530
LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
1533
1531
LintId :: of( & slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ) ,
@@ -1546,6 +1544,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1546
1544
LintId :: of( & attrs:: EMPTY_LINE_AFTER_OUTER_ATTR ) ,
1547
1545
LintId :: of( & fallible_impl_from:: FALLIBLE_IMPL_FROM ) ,
1548
1546
LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
1547
+ LintId :: of( & mul_add:: MANUAL_MUL_ADD ) ,
1549
1548
LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
1550
1549
LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
1551
1550
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
0 commit comments