Skip to content

Commit 98b98ac

Browse files
committed
Fix broken intra-doc link
1 parent 3b9cf89 commit 98b98ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/late.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl RibKind<'_> {
182182
/// stack. This may be, for example, a `let` statement (because it introduces variables), a macro,
183183
/// etc.
184184
///
185-
/// Different [rib kinds](enum.RibKind) are transparent for different names.
185+
/// Different [rib kinds](enum@RibKind) are transparent for different names.
186186
///
187187
/// The resolution keeps a separate stack of ribs as it traverses the AST for each namespace. When
188188
/// resolving, the name is looked up from inside out.

0 commit comments

Comments
 (0)