Fix broken intra-doc link

This commit is contained in:
Michael Howell 2022-05-19 09:09:08 -07:00
parent 3b9cf893d0
commit 98b98ac11e

View file

@ -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.