]> git.lizzy.rs Git - rust.git/commitdiff
Deprecate items that accidentally weren't deprecated
authorbstrie <865233+bstrie@users.noreply.github.com>
Sun, 14 Feb 2021 21:42:38 +0000 (16:42 -0500)
committerbstrie <865233+bstrie@users.noreply.github.com>
Wed, 10 Mar 2021 00:09:20 +0000 (19:09 -0500)
Fixes #82080

clippy_lints/src/matches.rs

index efc8b13942507dc408df040a4d281aae391d7268..9b7328caf3182561a68769758465fcac996e4dda 100644 (file)
@@ -27,7 +27,7 @@
 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`