about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/issue-32881.rs
AgeCommit message (Collapse)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-2/+2
The dyn keyword has been stable for a while now so rustdoc should start using it.
2016-04-24Remove, now unnecessary, workaroundmitaa-0/+22
This used to be done to avoid inlining impls referencing private items, but is now unnecessary since we actually check that impls do not reference non-doc-reachable items.