Skip to content

slice impl for [T; i] is repeated too much in rustdoc #21660

Closed
@mdinger

Description

@mdinger

The slice page is huge. These [T; N] really need to be condensed at least in rustdoc somehow. This is absurd.

impl<T> Clone for [T; 0] where T: Copy
...
impl<S, T> Hash<S> for [T; 0] where S: Hasher, S: Writer, T: Hash<S>
...
Repeats for 0...31 along with all the sub-functionality each `impl` brings
...
impl<T> Clone for [T; 32] where T: Copy
...
impl<S, T> Hash<S> for [T; 32] where S: Hasher, S: Writer, T: Hash<S>

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