Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc ordering seems random #53812

Closed
chisophugis opened this issue Aug 30, 2018 · 1 comment
Closed

doc ordering seems random #53812

chisophugis opened this issue Aug 30, 2018 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@chisophugis
Copy link
Contributor

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.

@Havvy Havvy added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Aug 30, 2018
kzys added a commit to kzys/rust that referenced this issue Sep 13, 2018
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Sep 16, 2018
@kzys
Copy link
Contributor

kzys commented Sep 17, 2018

It has been fixed on nightly. The fix will come to stable eventually.
https://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html#implementors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants