Skip to content

Commit ab9ea18

Browse files
Remove duplicate paragraph (rust-lang#1523)
1 parent ce5a4c7 commit ab9ea18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/diagnostics/lintstore.md

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ There are two parts to the linting mechanism within the compiler: lints and
1414
lint passes. Unfortunately, a lot of the documentation we have refers to both
1515
of these as just "lints."
1616

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-
2217
First, we have the lint declarations themselves,
2318
and this is where the name and default lint level and other metadata come from.
2419
These are normally defined by way of the [`declare_lint!`] macro,

0 commit comments

Comments
 (0)