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 87ed884 + 38a1bb1 commit bc492f0Copy full SHA for bc492f0
src/librustdoc/html/format.rs
@@ -544,7 +544,7 @@ impl fmt::String for clean::Type {
544
}
545
clean::FixedVector(ref t, ref s) => {
546
primitive_link(f, clean::Slice,
547
- format!("[{}, ..{}]", **t, *s).as_slice())
+ format!("[{}; {}]", **t, *s).as_slice())
548
549
clean::Bottom => f.write_str("!"),
550
clean::RawPointer(m, ref t) => {
0 commit comments