Fix broken intra-doc link
This commit is contained in:
parent
3b9cf893d0
commit
98b98ac11e
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ impl RibKind<'_> {
|
|||
/// stack. This may be, for example, a `let` statement (because it introduces variables), a macro,
|
||||
/// etc.
|
||||
///
|
||||
/// Different [rib kinds](enum.RibKind) are transparent for different names.
|
||||
/// Different [rib kinds](enum@RibKind) are transparent for different names.
|
||||
///
|
||||
/// The resolution keeps a separate stack of ribs as it traverses the AST for each namespace. When
|
||||
/// resolving, the name is looked up from inside out.
|
||||
|
|
Loading…
Add table
Reference in a new issue