Skip to content

Commit bba012d

Browse files
Run update_lints
1 parent a062905 commit bba012d

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
@@ -1767,8 +1767,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17671767
LintId::of(&misc::MODULO_ONE),
17681768
LintId::of(&mut_key::MUTABLE_KEY_TYPE),
17691769
LintId::of(&mut_mutex_lock::MUT_MUTEX_LOCK),
1770-
LintId::of(&non_copy_const::BORROW_INTERIOR_MUTABLE_CONST),
1771-
LintId::of(&non_copy_const::DECLARE_INTERIOR_MUTABLE_CONST),
17721770
LintId::of(&open_options::NONSENSICAL_OPEN_OPTIONS),
17731771
LintId::of(&option_env_unwrap::OPTION_ENV_UNWRAP),
17741772
LintId::of(&ptr::MUT_FROM_REF),

0 commit comments

Comments
 (0)