Skip to content

Commit 64e630c

Browse files
author
Michael Wright
committed
Run 'cargo dev update_lints'
1 parent a6aa0ac commit 64e630c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clippy_lints/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)