@@ -1314,6 +1314,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13141314 LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
13151315 LintId :: of( & mem_forget:: MEM_FORGET ) ,
13161316 LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
1317+ LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
13171318 LintId :: of( & methods:: EXPECT_USED ) ,
13181319 LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
13191320 LintId :: of( & methods:: GET_UNWRAP ) ,
@@ -1582,7 +1583,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15821583 LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
15831584 LintId :: of( & methods:: CLONE_DOUBLE_REF ) ,
15841585 LintId :: of( & methods:: CLONE_ON_COPY ) ,
1585- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
15861586 LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
15871587 LintId :: of( & methods:: FILTER_MAP_IDENTITY ) ,
15881588 LintId :: of( & methods:: FILTER_NEXT ) ,
@@ -1799,7 +1799,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17991799 LintId :: of( & methods:: BYTES_NTH ) ,
18001800 LintId :: of( & methods:: CHARS_LAST_CMP ) ,
18011801 LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1802- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
18031802 LintId :: of( & methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
18041803 LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
18051804 LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
0 commit comments