Fix small typo
The closing backtick was outside the closing bracket, which is why the intra-doc link wasn't working.
This commit is contained in:
parent
6fe0886723
commit
35122393fd
@ -1937,7 +1937,7 @@ impl Visibility {
|
||||
Struct(VariantStruct),
|
||||
}
|
||||
|
||||
/// Small wrapper around [`rustc_span::Span]` that adds helper methods
|
||||
/// Small wrapper around [`rustc_span::Span`] that adds helper methods
|
||||
/// and enforces calling [`rustc_span::Span::source_callsite()`].
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
crate struct Span(rustc_span::Span);
|
||||
|
Loading…
Reference in New Issue
Block a user