about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/impl-inline-without-trait.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2021-05-30Remove toggle for "undocumented items."Jacob Hoffman-Andrews-2/+1
Per discussion in #84326. For trait implementations, this was misleading: the items actually do have documentation (but it comes from the trait definition). For both trait implementations and trait implementors, this was redundant: in both of those cases, the items are default-hidden by different toggle at the level above. Update tests: Remove XPath selectors that over-specified on details tag, in cases that weren't testing toggles. Add an explicit test for toggles on methods. Rename item-hide-threshold to toggle-item-contents for consistency.
2021-05-02Update testsGuillaume Gomez-1/+2
2019-07-16Update testsGuillaume Gomez-1/+1
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.