@@ -1105,6 +1105,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11051105 LintId :: of( & methods:: FILTER_MAP ) ,
11061106 LintId :: of( & methods:: FILTER_MAP_NEXT ) ,
11071107 LintId :: of( & methods:: FIND_MAP ) ,
1108+ LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
11081109 LintId :: of( & methods:: MAP_FLATTEN ) ,
11091110 LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR ) ,
11101111 LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR_ELSE ) ,
@@ -1259,7 +1260,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12591260 LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
12601261 LintId :: of( & methods:: FILTER_NEXT ) ,
12611262 LintId :: of( & methods:: FLAT_MAP_IDENTITY ) ,
1262- LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
12631263 LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
12641264 LintId :: of( & methods:: ITERATOR_STEP_BY_ZERO ) ,
12651265 LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
@@ -1652,7 +1652,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16521652 LintId :: of( & loops:: MANUAL_MEMCPY ) ,
16531653 LintId :: of( & loops:: NEEDLESS_COLLECT ) ,
16541654 LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1655- LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
16561655 LintId :: of( & methods:: ITER_NTH ) ,
16571656 LintId :: of( & methods:: OR_FUN_CALL ) ,
16581657 LintId :: of( & methods:: SINGLE_CHAR_PATTERN ) ,
0 commit comments