@@ -1115,6 +1115,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11151115 LintId :: of( & methods:: FIND_MAP ) ,
11161116 LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
11171117 LintId :: of( & methods:: MAP_FLATTEN ) ,
1118+ LintId :: of( & methods:: NEW_RET_NO_SELF ) ,
11181119 LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR ) ,
11191120 LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR_ELSE ) ,
11201121 LintId :: of( & methods:: RESULT_MAP_UNWRAP_OR_ELSE ) ,
@@ -1276,7 +1277,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12761277 LintId :: of( & methods:: ITER_NTH_ZERO ) ,
12771278 LintId :: of( & methods:: ITER_SKIP_NEXT ) ,
12781279 LintId :: of( & methods:: MANUAL_SATURATING_ARITHMETIC ) ,
1279- LintId :: of( & methods:: NEW_RET_NO_SELF ) ,
12801280 LintId :: of( & methods:: OK_EXPECT ) ,
12811281 LintId :: of( & methods:: OPTION_AND_THEN_SOME ) ,
12821282 LintId :: of( & methods:: OPTION_AS_REF_DEREF ) ,
@@ -1457,7 +1457,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14571457 LintId :: of( & methods:: ITER_NTH_ZERO ) ,
14581458 LintId :: of( & methods:: ITER_SKIP_NEXT ) ,
14591459 LintId :: of( & methods:: MANUAL_SATURATING_ARITHMETIC ) ,
1460- LintId :: of( & methods:: NEW_RET_NO_SELF ) ,
14611460 LintId :: of( & methods:: OK_EXPECT ) ,
14621461 LintId :: of( & methods:: OPTION_MAP_OR_NONE ) ,
14631462 LintId :: of( & methods:: RESULT_MAP_OR_INTO_OPTION ) ,
0 commit comments