mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:45:30 +00:00
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`