Skip to content

Commit 71d486a

Browse files
committed
Revert "link rustc_lint module in a comment"
This reverts commit a490693.
1 parent 542f5b9 commit 71d486a

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
@@ -141,7 +141,7 @@ pub struct CompilerIO {
141141
}
142142

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

0 commit comments

Comments
 (0)