about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-46377.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-30Fix rustoc item summaries that are headersChristian Duerr-0/+13
Rustoc item summaries that are headers were not displayed at all because they started with whitespace. This PR fixes this and now removes the whitespace and then displays the block.