Skip to content

Commit a490693

Browse files
committed
link rustc_lint module in a comment
1 parent c462450 commit a490693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub struct CompilerIO {
139139
}
140140

141141
pub trait LintStoreMarker: Any + DynSync + DynSend {
142-
/// Provides a way to access lint groups without depending on `rustc_lint`
142+
/// Provides a way to access lint groups without depending on [`rustc_lint`]
143143
fn lint_groups_iter(&self) -> Box<dyn Iterator<Item = LintGroup> + '_>;
144144
}
145145

0 commit comments

Comments
 (0)