@@ -511,10 +511,10 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
511511 #[ cfg( feature = "internal-lints" ) ]
512512 & utils:: internal_lints:: DEFAULT_LINT ,
513513 #[ cfg( feature = "internal-lints" ) ]
514- & utils:: internal_lints:: INVALID_PATHS ,
515- #[ cfg( feature = "internal-lints" ) ]
516514 & utils:: internal_lints:: INTERNING_DEFINED_SYMBOL ,
517515 #[ cfg( feature = "internal-lints" ) ]
516+ & utils:: internal_lints:: INVALID_PATHS ,
517+ #[ cfg( feature = "internal-lints" ) ]
518518 & utils:: internal_lints:: LINT_WITHOUT_LINT_PASS ,
519519 #[ cfg( feature = "internal-lints" ) ]
520520 & utils:: internal_lints:: MATCH_TYPE_ON_DIAGNOSTIC_ITEM ,
@@ -1352,8 +1352,8 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13521352 LintId :: of( & utils:: internal_lints:: COLLAPSIBLE_SPAN_LINT_CALLS ) ,
13531353 LintId :: of( & utils:: internal_lints:: COMPILER_LINT_FUNCTIONS ) ,
13541354 LintId :: of( & utils:: internal_lints:: DEFAULT_LINT ) ,
1355- LintId :: of( & utils:: internal_lints:: INVALID_PATHS ) ,
13561355 LintId :: of( & utils:: internal_lints:: INTERNING_DEFINED_SYMBOL ) ,
1356+ LintId :: of( & utils:: internal_lints:: INVALID_PATHS ) ,
13571357 LintId :: of( & utils:: internal_lints:: LINT_WITHOUT_LINT_PASS ) ,
13581358 LintId :: of( & utils:: internal_lints:: MATCH_TYPE_ON_DIAGNOSTIC_ITEM ) ,
13591359 LintId :: of( & utils:: internal_lints:: OUTER_EXPN_EXPN_DATA ) ,
0 commit comments