about summary refs log tree commit diff
path: root/src/test/rustdoc/hidden-impls.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-27rustdoc: Fix a few stripping issuesOliver Middleton-0/+27
We need to recurse into stripped modules to strip things like impl methods but when doing so we must not add any items to the `retained` set.