Skip to content

Commit 7406c12

Browse files
committed
Deprecate items that accidentally weren't deprecated
Fixes #82080
1 parent 824662d commit 7406c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/matches.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use rustc_span::source_map::{Span, Spanned};
2727
use rustc_span::sym;
2828
use std::cmp::Ordering;
2929
use std::collections::hash_map::Entry;
30-
use std::collections::Bound;
30+
use std::ops::Bound;
3131

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

0 commit comments

Comments
 (0)