mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
480ac69a4c
Fix re-export of doc hidden macro not showing up It's part of the follow-up of https://github.com/rust-lang/rust/pull/109697. Re-exports of doc hidden macros should be visible. It was the only kind of re-export of doc hidden item that didn't show up. r? `@notriddle`