@@ -1115,7 +1115,6 @@ 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 ) ,
11191118 LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR ) ,
11201119 LintId :: of( & methods:: OPTION_MAP_UNWRAP_OR_ELSE ) ,
11211120 LintId :: of( & methods:: RESULT_MAP_UNWRAP_OR_ELSE ) ,
@@ -1277,6 +1276,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12771276 LintId :: of( & methods:: ITER_NTH_ZERO ) ,
12781277 LintId :: of( & methods:: ITER_SKIP_NEXT ) ,
12791278 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 ) ,
@@ -1456,6 +1456,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14561456 LintId :: of( & methods:: ITER_NTH_ZERO ) ,
14571457 LintId :: of( & methods:: ITER_SKIP_NEXT ) ,
14581458 LintId :: of( & methods:: MANUAL_SATURATING_ARITHMETIC ) ,
1459+ LintId :: of( & methods:: NEW_RET_NO_SELF ) ,
14591460 LintId :: of( & methods:: OK_EXPECT ) ,
14601461 LintId :: of( & methods:: OPTION_MAP_OR_NONE ) ,
14611462 LintId :: of( & methods:: RESULT_MAP_OR_INTO_OPTION ) ,
0 commit comments