We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cd864 commit e269950Copy full SHA for e269950
src/diagnostics/lintstore.md
@@ -14,11 +14,6 @@ There are two parts to the linting mechanism within the compiler: lints and
14
lint passes. Unfortunately, a lot of the documentation we have refers to both
15
of these as just "lints."
16
17
-First, we have the lint declarations themselves: this is where the name and
18
-default lint level and other metadata come from. These are normally defined by
19
-way of the [`declare_lint!`] macro, which boils down to a static with type
20
-[`&rustc_lint_defs::Lint`].
21
-
22
First, we have the lint declarations themselves,
23
and this is where the name and default lint level and other metadata come from.
24
These are normally defined by way of the [`declare_lint!`] macro,
0 commit comments