about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-16265-1.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-07rustdoc: Only hide possibly private modulesAlex Crichton-0/+18
If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265