about summary refs log tree commit diff
path: root/tests/rustdoc/crate-version-extra.rs
AgeCommit message (Collapse)AuthorLines
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-0/+7
This should result in a layout for the actual standard library, when built on CI, that looks like this: _____ / \ std | R | 1.74.0-nightly \_____/ (203c57dbe 2023-09-17) Having the whole version as one string caused it to flex wrap, because the sidebar isn't wide enough to fit the whole thing.