summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/impl-inline-without-trait.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-0/+22
This means default methods can always be found and "Important traits" will include all spotlight traits.