Closed danburkert closed 6 years ago
The #[doc(hidden)] attributes were originally to solve cross-module visibility issues, but now Rust has better features for that. https://github.com/rust-lang/rfcs/blob/master/text/1422-pub-restricted.md
#[doc(hidden)]
The
#[doc(hidden)]
attributes were originally to solve cross-module visibility issues, but now Rust has better features for that. https://github.com/rust-lang/rfcs/blob/master/text/1422-pub-restricted.md