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 542f5b9 commit 71d486aCopy full SHA for 71d486a
compiler/rustc_session/src/session.rs
@@ -141,7 +141,7 @@ pub struct CompilerIO {
141
}
142
143
pub trait DynLintStore: 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