bors
76a3b609d0
Rustdoc accessibility: use real headers for doc items
...
Part of #87059
Partially reverts #84703
Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-07-25 21:41:57 +00:00
Guillaume Gomez
14fe83f7e4
Update rustdoc tests
2021-06-02 20:30:18 +02:00
Jacob Hoffman-Andrews
569096cbaf
rustdoc: use details tag for trait implementors
...
This switches from JS-generated toggles to using the HTML <details> tag
for expanding and collapsing entries in the "Implementors" section.
2021-04-19 19:46:51 -07:00
John Heitmann
34bd2b845b
Simplify foreign type rendering.
...
Simplified foreign type rendering by switching from tables to flexbox. Also, removed some seemingly extraneous elements like “ghost” spans.
Reduces element count on std::iter::Iterator by 30%.
2018-12-27 21:22:27 -08:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Aaron Hill
bff08f2731
Fix rustdoc crash when 'static bound appears in struct declaration
2018-08-02 09:58:44 -04:00