Skip to content

Commit ec0c3af

Browse files
Run update_lints
1 parent fb8a9cb commit ec0c3af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,8 +1785,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17851785
LintId::of(&misc::MODULO_ONE),
17861786
LintId::of(&mut_key::MUTABLE_KEY_TYPE),
17871787
LintId::of(&mut_mutex_lock::MUT_MUTEX_LOCK),
1788-
LintId::of(&non_copy_const::BORROW_INTERIOR_MUTABLE_CONST),
1789-
LintId::of(&non_copy_const::DECLARE_INTERIOR_MUTABLE_CONST),
17901788
LintId::of(&open_options::NONSENSICAL_OPEN_OPTIONS),
17911789
LintId::of(&option_env_unwrap::OPTION_ENV_UNWRAP),
17921790
LintId::of(&ptr::MUT_FROM_REF),

0 commit comments

Comments
 (0)