Skip to content

Commit cceaae6

Browse files
committed
cargo dev update_lints
1 parent 8b0326c commit cceaae6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.register_all.rs

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ store.register_group(true, "clippy::all", Some("clippy_all"), vec![
208208
LintId::of(needless_bool::NEEDLESS_BOOL),
209209
LintId::of(needless_borrowed_ref::NEEDLESS_BORROWED_REFERENCE),
210210
LintId::of(needless_late_init::NEEDLESS_LATE_INIT),
211-
LintId::of(borrow_deref_ref::BORROW_DEREF_REF),
212211
LintId::of(needless_option_as_deref::NEEDLESS_OPTION_AS_DEREF),
213212
LintId::of(needless_question_mark::NEEDLESS_QUESTION_MARK),
214213
LintId::of(needless_update::NEEDLESS_UPDATE),

0 commit comments

Comments
 (0)