summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/issue-33113.rs
AgeCommit message (Collapse)AuthorLines
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2018-12-25Remove licensesMark Rousskov-10/+0
2016-04-24Remove, now unnecessary, workaroundmitaa-0/+20
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.