about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-20175.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-07rustdoc: Show impls for references to typesAlex Crichton-0/+20
It's somewhat common to impl traits for `&T` and `&mut T` so show these on the pages for `T` to ensure they're listed somewhere at least. Closes #20175