about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-19055.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-07rustdoc: Render methods/impls for bare traitsAlex Crichton-0/+30
This renders a "Methods" and "Trait Implementations" section for each item implemented for a bare trait itself. Closes #19055