mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
14fbc21466
rustdoc: remove `docblock` class from notable trait popover This commit builds onb72de9be74, which removes the `docblock` class from the All Items page, and9457380ac9, which removes the `docblock` class from the item decl. Fixes #92974