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.
2 parents 6ddbf9e + 3512239 commit 08f56b7Copy full SHA for 08f56b7
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