Skip to content

Commit a988a90

Browse files
xFrednetflip1995
andcommitted
Update clippy_lints/src/deprecated_lints.rs
Co-authored-by: Philipp Krones <[email protected]>
1 parent d849e95 commit a988a90

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

clippy_lints/src/deprecated_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// This struct fakes the `Lint` declaration that is usually created by `declare_lint!`. This
2-
/// enables the simple extraction of the metadata without changing the current depreciation
2+
/// enables the simple extraction of the metadata without changing the current deprecation
33
/// declaration.
44
pub struct ClippyDeprecatedLint;
55

clippy_lints/src/utils/internal_lints/metadata_collector.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
//! during any comparison or mapping. (Please take care of this, it's not fun to spend time on such
99
//! a simple mistake)
1010
11-
// # NITs
12-
// - TODO xFrednet 2021-02-13: Collect depreciations and maybe renames
13-
1411
use if_chain::if_chain;
1512
use rustc_data_structures::fx::FxHashMap;
1613
use rustc_hir::{

0 commit comments

Comments
 (0)