We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824662d commit 7406c12Copy full SHA for 7406c12
clippy_lints/src/matches.rs
@@ -27,7 +27,7 @@ use rustc_span::source_map::{Span, Spanned};
27
use rustc_span::sym;
28
use std::cmp::Ordering;
29
use std::collections::hash_map::Entry;
30
-use std::collections::Bound;
+use std::ops::Bound;
31
32
declare_clippy_lint! {
33
/// **What it does:** Checks for matches with a single arm where an `if let`
0 commit comments