about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-34025.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-02rustdoc: Don't generate empty files for stripped itemsOliver Middleton-0/+22
We need to traverse stripped modules to generate redirect pages, but we shouldn't generate anything else for them. This now renders the file contents to a Vec before writing it to a file in one go. I think that's probably a better strategy anyway.