@@ -1540,6 +1540,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1540
1540
LintId :: of( & loops:: WHILE_LET_ON_ITERATOR ) ,
1541
1541
LintId :: of( & main_recursion:: MAIN_RECURSION ) ,
1542
1542
LintId :: of( & manual_async_fn:: MANUAL_ASYNC_FN ) ,
1543
+ LintId :: of( & manual_map:: MANUAL_MAP ) ,
1543
1544
LintId :: of( & manual_non_exhaustive:: MANUAL_NON_EXHAUSTIVE ) ,
1544
1545
LintId :: of( & manual_strip:: MANUAL_STRIP ) ,
1545
1546
LintId :: of( & manual_unwrap_or:: MANUAL_UNWRAP_OR ) ,
@@ -1770,6 +1771,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1770
1771
LintId :: of( & loops:: WHILE_LET_ON_ITERATOR ) ,
1771
1772
LintId :: of( & main_recursion:: MAIN_RECURSION ) ,
1772
1773
LintId :: of( & manual_async_fn:: MANUAL_ASYNC_FN ) ,
1774
+ LintId :: of( & manual_map:: MANUAL_MAP ) ,
1773
1775
LintId :: of( & manual_non_exhaustive:: MANUAL_NON_EXHAUSTIVE ) ,
1774
1776
LintId :: of( & map_clone:: MAP_CLONE ) ,
1775
1777
LintId :: of( & matches:: INFALLIBLE_DESTRUCTURING_MATCH ) ,
@@ -2045,7 +2047,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
2045
2047
LintId :: of( & floating_point_arithmetic:: SUBOPTIMAL_FLOPS ) ,
2046
2048
LintId :: of( & future_not_send:: FUTURE_NOT_SEND ) ,
2047
2049
LintId :: of( & let_if_seq:: USELESS_LET_IF_SEQ ) ,
2048
- LintId :: of( & manual_map:: MANUAL_MAP ) ,
2049
2050
LintId :: of( & missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
2050
2051
LintId :: of( & mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
2051
2052
LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
0 commit comments