"Implementations on foreign types" is sorted in trivial lexographic order in sidebar #137098
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
this can look quite awkward when numeric types are involved, and could be improved by using a comparison function that is number-aware, such as the one used by
sort -g
.example of the awkwardness this can cause: https://docs.rs/bitvec/latest/bitvec/store/trait.BitStore.html
The text was updated successfully, but these errors were encountered: