-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.
Description
I mean these:
https://doc.rust-lang.org/std/primitive.slice.html -- See also the std::slice
module
https://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.)
Havvy, mcarton and kennytm
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.