[Documentation] Expand collapsed implementation when clicking on indexed methods #48726
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Stable documentation (e.g. https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html):
[-]
to collapse everythingiter
in Methods sectionPage 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):
[-]
to collapse everythingiter
in Methods sectionNothing will happen, because the
iter
is inside a collapsedimpl<K, V, S> HashMap<K, V, S>
outer section.The text was updated successfully, but these errors were encountered: