Skip to content

"Implementations on foreign types" is sorted in trivial lexographic order in sidebar #137098

Closed
@lolbinarycat

Description

@lolbinarycat
Contributor

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

Activity

added
T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Feb 15, 2025
added
C-enhancementCategory: An issue proposing an enhancement or a PR with one.
and removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Feb 15, 2025
self-assigned this
on Feb 16, 2025
added a commit that references this issue on Feb 19, 2025

Rollup merge of rust-lang#137106 - chenyukang:yukang-fix-sidebar-sort…

8ccfd06
added a commit that references this issue on Feb 20, 2025
1f4ab4c
added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

A-rustdoc-uiArea: Rustdoc UI (generated HTML)C-enhancementCategory: An issue proposing an enhancement or a PR with one.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @chenyukang@fmease@lolbinarycat@rustbot

    Issue actions

      "Implementations on foreign types" is sorted in trivial lexographic order in sidebar · Issue #137098 · rust-lang/rust