about summary refs log tree commit diff
path: root/tests/rustdoc/sidebar-items.rs
AgeCommit message (Collapse)AuthorLines
2024-08-20Add Top TOC support to rustdocMichael Howell-63/+0
This commit adds the headers for the top level documentation to rustdoc's existing table of contents, along with associated items. It only show two levels of headers. Going further would require the sidebar to be wider, and that seems unnecessary (the crates that have manually-built TOCs usually don't need deeply nested headers).
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-30/+30
2023-10-29tests: object-safety section in traitsAlexis (Poliorcetics) Bourget-0/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+56