Skip to content

rustdoc "expand all docs" button does not expand "hidden undocumented items" #56073

Open
@mbrubeck

Description

@mbrubeck

In nightly rustdoc, trait items that aren't overridden are collapsed as "hidden undocumented items." (This is slightly inaccurate, since they may have documentation from the trait declaration.) Clicking the [+] ("expand all docs") link at the top of the page expands all docs except for these. This means there is no longer any way to actually expand all documentation.

My use case for this is using the browser's "find in page" feature to search for method names, or to answer questions like "does this type have any methods that take &mut self?"

Metadata

Metadata

Assignees

No one assigned

    Labels

    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