refactor(str): move Display impl to before Debug impl#21247
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Refactors Ident<'_> trait implementations to match the project’s conventional ordering by placing Display before Debug, without changing formatting behavior.
Changes:
- Reordered the
DisplayandDebugimpl blocks forIdent<'_>. - Preserved existing formatting delegation to
self.as_str()for both traits.
Merging this PR will not alter performance
Comparing Footnotes
|
Merge activity
|
Pure refactor. Re-order trait impls, to our conventional order.
0c1e834 to
24e9ee5
Compare
d56dc8e to
8cc87db
Compare

Pure refactor. Re-order trait impls, to our conventional order.