Skip to content

Commit 3512239

Browse files
authored
Fix small typo
The closing backtick was outside the closing bracket, which is why the intra-doc link wasn't working.
1 parent 6fe0886 commit 3512239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ crate enum Variant {
19371937
Struct(VariantStruct),
19381938
}
19391939

1940-
/// Small wrapper around [`rustc_span::Span]` that adds helper methods
1940+
/// Small wrapper around [`rustc_span::Span`] that adds helper methods
19411941
/// and enforces calling [`rustc_span::Span::source_callsite()`].
19421942
#[derive(Copy, Clone, Debug)]
19431943
crate struct Span(rustc_span::Span);

0 commit comments

Comments
 (0)