We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3daa1f commit f6f1375Copy full SHA for f6f1375
src/diagnostics/lintstore.md
@@ -15,7 +15,7 @@ of these as just "lints."
15
First, we have the lint declarations themselves: this is where the name and
16
default lint level and other metadata come from. These are normally defined by
17
way of the [`declare_lint!`] macro, which boils down to a static with type
18
-`&rustc_session::lint::Lint`.
+`&rustc_lint::Lint`.
19
20
As of <!-- date-check --> February 2022, we lint against direct declarations
21
without the use of the macro today (although this may change in the future, as
0 commit comments