mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +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