rustdoc discussion: collapsing sections by default #52520
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
IIUC, Rustdoc collapses all trait impls and the type declaration (cc #49412) by default. But leaves other sections expanded.
This seems good in many cases, but in others. We might want to adjust exactly how things are collapsed.
Some thoughts:
pub trait Iterator { ... }
and maybe theItem
assoc type. I realise all the information is there on the page, but it just looks incomplete without something there.The text was updated successfully, but these errors were encountered: