@@ -511,10 +511,10 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
511
511
#[ cfg( feature = "internal-lints" ) ]
512
512
& utils:: internal_lints:: DEFAULT_LINT ,
513
513
#[ cfg( feature = "internal-lints" ) ]
514
- & utils:: internal_lints:: INVALID_PATHS ,
515
- #[ cfg( feature = "internal-lints" ) ]
516
514
& utils:: internal_lints:: INTERNING_DEFINED_SYMBOL ,
517
515
#[ cfg( feature = "internal-lints" ) ]
516
+ & utils:: internal_lints:: INVALID_PATHS ,
517
+ #[ cfg( feature = "internal-lints" ) ]
518
518
& utils:: internal_lints:: LINT_WITHOUT_LINT_PASS ,
519
519
#[ cfg( feature = "internal-lints" ) ]
520
520
& utils:: internal_lints:: MATCH_TYPE_ON_DIAGNOSTIC_ITEM ,
@@ -1352,8 +1352,8 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1352
1352
LintId :: of( & utils:: internal_lints:: COLLAPSIBLE_SPAN_LINT_CALLS ) ,
1353
1353
LintId :: of( & utils:: internal_lints:: COMPILER_LINT_FUNCTIONS ) ,
1354
1354
LintId :: of( & utils:: internal_lints:: DEFAULT_LINT ) ,
1355
- LintId :: of( & utils:: internal_lints:: INVALID_PATHS ) ,
1356
1355
LintId :: of( & utils:: internal_lints:: INTERNING_DEFINED_SYMBOL ) ,
1356
+ LintId :: of( & utils:: internal_lints:: INVALID_PATHS ) ,
1357
1357
LintId :: of( & utils:: internal_lints:: LINT_WITHOUT_LINT_PASS ) ,
1358
1358
LintId :: of( & utils:: internal_lints:: MATCH_TYPE_ON_DIAGNOSTIC_ITEM ) ,
1359
1359
LintId :: of( & utils:: internal_lints:: OUTER_EXPN_EXPN_DATA ) ,
0 commit comments