@@ -1105,6 +1105,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1105
1105
LintId :: of( & methods:: FILTER_MAP ) ,
1106
1106
LintId :: of( & methods:: FILTER_MAP_NEXT ) ,
1107
1107
LintId :: of( & methods:: FIND_MAP ) ,
1108
+ LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
1108
1109
LintId :: of( & methods:: MAP_FLATTEN ) ,
1109
1110
LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR ) ,
1110
1111
LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR_ELSE ) ,
@@ -1259,7 +1260,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1259
1260
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1260
1261
LintId :: of( & methods:: FILTER_NEXT ) ,
1261
1262
LintId :: of( & methods:: FLAT_MAP_IDENTITY ) ,
1262
- LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
1263
1263
LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
1264
1264
LintId :: of( & methods:: ITERATOR_STEP_BY_ZERO ) ,
1265
1265
LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
@@ -1652,7 +1652,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1652
1652
LintId :: of( & loops:: MANUAL_MEMCPY ) ,
1653
1653
LintId :: of( & loops:: NEEDLESS_COLLECT ) ,
1654
1654
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1655
- LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
1656
1655
LintId :: of( & methods:: ITER_NTH ) ,
1657
1656
LintId :: of( & methods:: OR_FUN_CALL ) ,
1658
1657
LintId :: of( & methods:: SINGLE_CHAR_PATTERN ) ,
0 commit comments