about summary refs log tree commit diff
path: root/src/test/rustdoc/short-docblock.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2022-09-13rustdoc: clean up DOM by removing `.dockblock-short p`Michael Howell-5/+5
On https://doc.rust-lang.org/nightly/std/ this reduces the number out of `document.querySelectorAll("*").length` from 1278 to 1103.
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-2/+2
- Avoid multiple <h1>s on a page. - The <h#> tags should follow a semantic hierarchy. - Cap at h6 (no h7)
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-0/+25