summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/issue-31948-2.rs
AgeCommit message (Collapse)AuthorLines
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+31
This changes the current rule that impls within `doc(hidden)` modules aren't inlined, to only inlining impls where the implemented trait and type are reachable in documentation.