Skip to content

Commit

Permalink
Deprecate items that accidentally weren't deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrie committed Mar 10, 2021
1 parent 824662d commit 7406c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/matches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use rustc_span::source_map::{Span, Spanned};
use rustc_span::sym;
use std::cmp::Ordering;
use std::collections::hash_map::Entry;
use std::collections::Bound;
use std::ops::Bound;

declare_clippy_lint! {
/// **What it does:** Checks for matches with a single arm where an `if let`
Expand Down

0 comments on commit 7406c12

Please sign in to comment.