about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-46380.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-30Show hidden items with rustdoc's document-privateChristian Duerr-0/+15
When using `#[doc(hidden)]` elements are hidden from docs even when the rustdoc flag `--document-private-items` is set. This behavior has been changed to display all hidden items when the flag is active.