about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-19055.rs
AgeCommit message (Collapse)AuthorLines
2021-06-16Remove methods under Implementors on trait pagesJacob Hoffman-Andrews-20/+0
These were hidden by default, and duplicated information already on the page anyhow. Also remove the "Auto-hide trait implementors of a trait" setting, which is not needed anymore.
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