about summary refs log tree commit diff
path: root/src/test/rustdoc/enum-headings.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-40/+0
2021-10-30Improve display of enum variantsJacob Hoffman-Andrews-0/+40
Use h3 and h4 for the variant name and the "Fields" subheading. Remove the "of T" part of the "Fields" subheading. Remove border-bottom from "Fields" subheading. Move docblock below "Fields" listing.