Skip to content

Commit f6f1375

Browse files
committed
refer to original path, not a re-export
1 parent d3daa1f commit f6f1375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics/lintstore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ of these as just "lints."
1515
First, we have the lint declarations themselves: this is where the name and
1616
default lint level and other metadata come from. These are normally defined by
1717
way of the [`declare_lint!`] macro, which boils down to a static with type
18-
`&rustc_session::lint::Lint`.
18+
`&rustc_lint::Lint`.
1919

2020
As of <!-- date-check --> February 2022, we lint against direct declarations
2121
without the use of the macro today (although this may change in the future, as

0 commit comments

Comments
 (0)