-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Closed
Copy link
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.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
Stable documentation (e.g. https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html):
- Click on
[-]
to collapse everything - Click on
iter
in Methods section
Page will be scrolled to the pub fn iter.
Nightly documentation (e.g. https://doc.rust-lang.org/nightly/std/collections/hash_map/struct.HashMap.html):
- Click on
[-]
to collapse everything - Click on
iter
in Methods section
Nothing will happen, because the iter
is inside a collapsed impl<K, V, S> HashMap<K, V, S>
outer section.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.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.