-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Please put "see also" links at top, not at bottom. #50384
Comments
We talked about this at the meeting today, and the general reaction was "I thought they were at the top already". Let's do it! |
I'll put something together. Grepping around, it also seems that
...technical reasons? |
Thank you! Let's fix it to be consistent with the others.
Yeah, it's..... yeah. Anyway, let's drop all of this and just make it identical to the others. |
… r=frewsxcv Move "See also" disambiguation links for primitive types to top Closes rust-lang#50384. <details> <summary>Images</summary> ![rust-slice](https://user-images.githubusercontent.com/1411280/39843148-caa41c3e-53b7-11e8-8123-b57c25a4d9e0.png) ![rust-isize](https://user-images.githubusercontent.com/1411280/39843146-ca94b384-53b7-11e8-85f3-3f5e5d353a05.png) </details> r? @steveklabnik
… r=frewsxcv Move "See also" disambiguation links for primitive types to top Closes rust-lang#50384. <details> <summary>Images</summary> ![rust-slice](https://user-images.githubusercontent.com/1411280/39843148-caa41c3e-53b7-11e8-8123-b57c25a4d9e0.png) ![rust-isize](https://user-images.githubusercontent.com/1411280/39843146-ca94b384-53b7-11e8-85f3-3f5e5d353a05.png) </details> r? @steveklabnik
I mean these:
https://doc.rust-lang.org/std/primitive.slice.html -- See also the
std::slice
modulehttps://doc.rust-lang.org/std/slice/index.html -- See also the slice primitive type.
These don't belong at the bottom; they aren't there "for further reading." They're more like, hey, is this what you were looking for?
(and the answer is yes. Yes it was. Why do I keep accidentally landing on the std::slice page when I want to see the
[T]
docs. Why why why.)The text was updated successfully, but these errors were encountered: