summary refs log tree commit diff
path: root/src/test/rustdoc/duplicate_impls
AgeCommit message (Collapse)AuthorLines
2016-04-22Only record the same impl oncemitaa-0/+43
Due to inlining it is possible to visit the same module multiple times during `<Cache as DocFolder>::fold_crate`, so we keep track of the modules we've already visited.