mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
6950f144cf
This commit adds a new unstable attribute, `#[doc(tuple_varadic)]`, that shows a 1-tuple as `(T, ...)` instead of just `(T,)`, and links to a section in the tuple primitive docs that talks about these.