Skip to content

doc ordering seems random #53812

Closed
Closed
@chisophugis

Description

@chisophugis

https://doc.rust-lang.org/std/iter/trait.IntoIterator.html#implementors

impl<'a, T> IntoIterator for &'a mut [T; 12]
impl<'a, T> IntoIterator for &'a [T; 25]
impl<'a, T> IntoIterator for &'a mut [T; 21]
impl<'a, T> IntoIterator for &'a [T; 2]
...

this ordering doesn't make any sense and makes the docs harder to navigate.

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