We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe0886 commit 3512239Copy full SHA for 3512239
src/librustdoc/clean/types.rs
@@ -1937,7 +1937,7 @@ crate enum Variant {
1937
Struct(VariantStruct),
1938
}
1939
1940
-/// Small wrapper around [`rustc_span::Span]` that adds helper methods
+/// Small wrapper around [`rustc_span::Span`] that adds helper methods
1941
/// and enforces calling [`rustc_span::Span::source_callsite()`].
1942
#[derive(Copy, Clone, Debug)]
1943
crate struct Span(rustc_span::Span);
0 commit comments