@@ -1314,6 +1314,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1314
1314
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
1315
1315
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1316
1316
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
1317
+ LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1317
1318
LintId :: of( & methods:: EXPECT_USED ) ,
1318
1319
LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1319
1320
LintId :: of( & methods:: GET_UNWRAP ) ,
@@ -1582,7 +1583,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1582
1583
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1583
1584
LintId :: of( & methods:: CLONE_DOUBLE_REF ) ,
1584
1585
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1585
- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1586
1586
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1587
1587
LintId :: of( & methods:: FILTER_MAP_IDENTITY ) ,
1588
1588
LintId :: of( & methods:: FILTER_NEXT ) ,
@@ -1799,7 +1799,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1799
1799
LintId :: of( & methods:: BYTES_NTH ) ,
1800
1800
LintId :: of( & methods:: CHARS_LAST_CMP ) ,
1801
1801
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1802
- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1803
1802
LintId :: of( & methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
1804
1803
LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
1805
1804
LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
0 commit comments