Skip to content

Commit e517634

Browse files
committed
Undo the change that incorrectly deprecated the clippy lint
1 parent 4a9aaa0 commit e517634

File tree

1 file changed

+0
-4
lines changed
  • src/tools/clippy/clippy_lints/src

1 file changed

+0
-4
lines changed

src/tools/clippy/clippy_lints/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
496496
"clippy::panic_params",
497497
"this lint has been uplifted to rustc and is now called `panic_fmt`",
498498
);
499-
store.register_removed(
500-
"clippy::invalid_atomic_ordering",
501-
"this lint has been uplifted to rustc and is now called `invalid_atomic_ordering`",
502-
);
503499
// end deprecated lints, do not remove this comment, it’s used in `update_lints`
504500

505501
// begin register lints, do not remove this comment, it’s used in `update_lints`

0 commit comments

Comments
 (0)