Skip to content

Commit 073cd38

Browse files
committed
cargo dev update_lints
1 parent 3686f09 commit 073cd38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.register_all.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ store.register_group(true, "clippy::all", Some("clippy_all"), vec![
209209
LintId::of(needless_bool::NEEDLESS_BOOL),
210210
LintId::of(needless_borrowed_ref::NEEDLESS_BORROWED_REFERENCE),
211211
LintId::of(needless_late_init::NEEDLESS_LATE_INIT),
212-
LintId::of(borrow_deref_ref::BORROW_DEREF_REF),
213212
LintId::of(needless_option_as_deref::NEEDLESS_OPTION_AS_DEREF),
214213
LintId::of(needless_question_mark::NEEDLESS_QUESTION_MARK),
215214
LintId::of(needless_update::NEEDLESS_UPDATE),

0 commit comments

Comments
 (0)