about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-23106.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-0/+17
Strip them from output like other `# `-starting lines. Closes #23106