From ab9ea18b595924c656c0dc573abba79eb2a708b5 Mon Sep 17 00:00:00 2001 From: Anirudh S Date: Sun, 4 Dec 2022 04:39:24 +0530 Subject: [PATCH] Remove duplicate paragraph (#1523) --- src/diagnostics/lintstore.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/diagnostics/lintstore.md b/src/diagnostics/lintstore.md index 33d9646f..603c9ed6 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,