rustdoc: Box
docs collapse implementations by default on nightly
#84558
Labels
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
This means that the docs are annoying to read and much less accessible for newcomers. Also, links to
Box
methods (such asBox::pin()
) don't go to the method, and instead go to the top of theBox
docs, with all the implementations collapsed.nightly
beta (and stable)
The text was updated successfully, but these errors were encountered: