Skip to content

rustdoc should render 1-tuples as (T,) #15474

@huonw

Description

@huonw

Currently it's rendering them as (T) e.g. http://doc.rust-lang.org/master/std/tuple/primitive.tuple.html

impl<A: Rand> Rand for (A)
    fn rand<R: Rng>(_rng: &mut R) -> (A)

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions