We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
rustdoc: Sort implementors
3dbb741
Fixes rust-lang#53812
Rollup merge of rust-lang#53941 - kzys:sort-impls, r=GuillaumeGomez
3466d80
rustdoc: Sort implementors Fixes rust-lang#53812
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: