Skip to content

Commit

Permalink
Remove duplicate paragraph (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh24seven authored Dec 3, 2022
1 parent a7cd864 commit e269950
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/diagnostics/lintstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e269950

Please sign in to comment.