Deprecate items that accidentally weren't deprecated

Fixes #82080
This commit is contained in:
bstrie 2021-02-14 16:42:38 -05:00
parent 824662d78a
commit 7406c12885

View file

@ -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`