Skip to content

Commit 3c27439

Browse files
committed
refer to original path, not a re-export
This did not appear on rustdoc search
1 parent 615bf00 commit 3c27439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/diagnostics/lintstore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function which is called when constructing a new lint store inside
8080
### Builtin Lints
8181

8282
These are primarily described in two places,
83-
`rustc_session::lint::builtin` and `rustc_lint::builtin`.
83+
`rustc_lint_defs::builtin` and `rustc_lint::builtin`.
8484
Often the first provides the definitions for the lints themselves,
8585
and the latter provides the lint pass definitions (and implementations),
8686
but this is not always true.

0 commit comments

Comments
 (0)