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 fb442a7 commit 2a7d495Copy full SHA for 2a7d495
src/librustdoc/html/format.rs
@@ -565,7 +565,7 @@ impl fmt::Display for clean::Type {
565
primitive_link(f, PrimitiveType::Tuple, "(")?;
566
//carry f.alternate() into this display w/o branching manually
567
fmt::Display::fmt(one, f)?;
568
- primitive_link(f, PrimitiveType::Tuple, ")")
+ primitive_link(f, PrimitiveType::Tuple, ",)")
569
}
570
many => {
571
0 commit comments