Visually mark 👻hidden👻 items with document-hidden-items Fixes #122485 This adds a 👻 in the item list (much like the 🔒 used for private items), and also shows `#[doc(hidden)]` in the code view, where `pub(crate)` etc gets shown for private items. This does not do anything for enum variants, if people have ideas. I think we can just show the attribute. |
||
|---|---|---|
| .. | ||
| context.rs | ||
| mod.rs | ||
| print_item.rs | ||
| search_index.rs | ||
| sidebar.rs | ||
| span_map.rs | ||
| tests.rs | ||
| type_layout.rs | ||
| write_shared.rs | ||