Skip to content

rustdoc: generated trait impls for arrays are very noisy #23986

Closed
@aturon

Description

@aturon

For example, looking at the docs for Vec, some important trait implementations are hard to find in between all the PartialEq implementations for each size of fixed-size arrays: http://static.rust-lang.org/doc/master/std/vec/struct.Vec.html

Hopefully these impls will eventually become generic, but in the meantime we should consider some way of hiding or collapsing them in the docs.

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