rustdoc: Way to fold documentation of Methods from Deref<Target = ...>
#127470
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Take Vec for example, there are fold-able
impl
blocks, but the inlineimpl Deref
blockcannot be folded. Sometimes I just wanna skim over the doc, and skip uninterested doc block
by folding them.
@rustbot label +A-rustdoc-ui T-rustdoc T-rustdoc-frontend C-enhancement
The text was updated successfully, but these errors were encountered: