-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
For example, looking at the docs for Vec, some important trait implementations are hard to find in between all the PartialEq implementations for each size of fixed-size arrays: http://static.rust-lang.org/doc/master/std/vec/struct.Vec.html
Hopefully these impls will eventually become generic, but in the meantime we should consider some way of hiding or collapsing them in the docs.
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.