From d1279b683a6eed8622ea2ef5f815d10096994c3b Mon Sep 17 00:00:00 2001 From: Anirudh S Date: Sat, 3 Dec 2022 20:38:39 +0530 Subject: [PATCH] Remove duplicate paragraph Removing outdated paragraph that was improved in #1429 --- src/diagnostics/lintstore.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/diagnostics/lintstore.md b/src/diagnostics/lintstore.md index 33d9646f6..603c9ed65 100644 --- a/src/diagnostics/lintstore.md +++ b/src/diagnostics/lintstore.md @@ -14,11 +14,6 @@ There are two parts to the linting mechanism within the compiler: lints and lint passes. Unfortunately, a lot of the documentation we have refers to both of these as just "lints." -First, we have the lint declarations themselves: this is where the name and -default lint level and other metadata come from. These are normally defined by -way of the [`declare_lint!`] macro, which boils down to a static with type -[`&rustc_lint_defs::Lint`]. - First, we have the lint declarations themselves, and this is where the name and default lint level and other metadata come from. These are normally defined by way of the [`declare_lint!`] macro,