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 ed4a1eb commit dca3036Copy full SHA for dca3036
compiler/rustc_session/src/session.rs
@@ -141,7 +141,7 @@ pub struct CompilerIO {
141
}
142
143
pub trait LintStoreMarker: Any + DynSync + DynSend {
144
- /// Provides a way to access lint groups without depending on `rustc_lint`
+ /// Provides a way to access lint groups without depending on [`rustc_lint`]
145
fn lint_groups_iter(&self) -> Box<dyn Iterator<Item = LintGroup> + '_>;
146
147
0 commit comments