about summary refs log tree commit diff
path: root/src/test/rustdoc/deref-recursive-pathbuf.rs
AgeCommit message (Collapse)AuthorLines
2021-01-08Preserve non-local recursive `Deref` implsJ. Ryan Stinnett-0/+26
This adjusts the `rustdoc` trait impl collection path to preserve `Deref` impls from other crates. This adds a first pass to map all of the `Deref` type to target edges and then recursively preserves all targets.