about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-19190-2.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-4/+4
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo OchagavĂ­a-1/+1
Fixes #24575
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-0/+22
Whenever a type implements Deref, rustdoc will now add a section to the "methods available" sections for "Methods from Deref<Target=Foo>", listing all the inherent methods of the type `Foo`. Closes #19190