about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-33069.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-04-18Fix the strip-hidden `ImplStripper`mitaa-0/+20
Instead of stripping impls which reference *stripped* items, we keep impls which reference *retained* items. We do this because when we strip an item we immediately return, and do not recurse into it - leaving the contained items non-stripped from the point of view of the `ImplStripper`.