Open
Description
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
?"