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