Skip to content

Commit bd18376

Browse files
committed
Revert "link rustc_lint module in a comment"
This reverts commit a490693.
1 parent bac6462 commit bd18376

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 DynLintStore: 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)