Skip to content

[Documentation] Expand collapsed implementation when clicking on indexed methods #48726

Closed
@pravic

Description

@pravic

Stable documentation (e.g. https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html):

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):

Nothing will happen, because the iter is inside a collapsed impl<K, V, S> HashMap<K, V, S> outer section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions