Documentation: sorting impls for structs: first crate's own impls, then std impls #124826
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Problem
When we generate the documentation for a crate, all the crate implementations are sorted alphabetically. The crate's own traits and the std traits are all mixed together.
Proposed Solution
List first the crate's own traits, alphabetically. Then followed by std traits, alphabetically.
Notes
No response
The text was updated successfully, but these errors were encountered: