diff options
| author | Fridtjof Stoldt <xFrednet@gmail.com> | 2021-05-10 12:24:24 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2021-05-11 18:33:51 +0200 |
| commit | a988a90e112a68dd48222105f57556f97ea35fbd (patch) | |
| tree | 24a82723221525345870b98205d78b1e7be66e56 | |
| parent | d849e9586ecd203e63bfc549098f80fa11725252 (diff) | |
| download | rust-a988a90e112a68dd48222105f57556f97ea35fbd.tar.gz rust-a988a90e112a68dd48222105f57556f97ea35fbd.zip | |
Update clippy_lints/src/deprecated_lints.rs
Co-authored-by: Philipp Krones <hello@philkrones.com>
| -rw-r--r-- | clippy_lints/src/deprecated_lints.rs | 2 | ||||
| -rw-r--r-- | clippy_lints/src/utils/internal_lints/metadata_collector.rs | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/clippy_lints/src/deprecated_lints.rs b/clippy_lints/src/deprecated_lints.rs index fa8add20688..50ffc2e3f19 100644 --- a/clippy_lints/src/deprecated_lints.rs +++ b/clippy_lints/src/deprecated_lints.rs @@ -1,5 +1,5 @@ /// This struct fakes the `Lint` declaration that is usually created by `declare_lint!`. This -/// enables the simple extraction of the metadata without changing the current depreciation +/// enables the simple extraction of the metadata without changing the current deprecation /// declaration. pub struct ClippyDeprecatedLint; diff --git a/clippy_lints/src/utils/internal_lints/metadata_collector.rs b/clippy_lints/src/utils/internal_lints/metadata_collector.rs index af734fa5572..fc4912ba52f 100644 --- a/clippy_lints/src/utils/internal_lints/metadata_collector.rs +++ b/clippy_lints/src/utils/internal_lints/metadata_collector.rs @@ -8,9 +8,6 @@ //! during any comparison or mapping. (Please take care of this, it's not fun to spend time on such //! a simple mistake) -// # NITs -// - TODO xFrednet 2021-02-13: Collect depreciations and maybe renames - use if_chain::if_chain; use rustc_data_structures::fx::FxHashMap; use rustc_hir::{ |
