document-hidden-items should show when items are hidden #122485
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
document-private-items shows a
pub(crate)
/ empty on methods, and a 🔒 on types in the module interface.We should do the same for hidden items with document-hidden-items, perhaps showing
#[doc(hidden)]
on methods and a 👻 in the types list.Thoughts?
(n.b. document-hidden-items is currently
-Zunstable-options
)The text was updated successfully, but these errors were encountered: