You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At minimum, we should have "everything" for a type next to it but it was
previously scattered.
When collecting the related impl's, I decided to order based on how I
tend to do it. Generally the methods are the "core" of the type so I
put those first.
The order I went with
1. Basic impl body
2. Complex impl body
3. Trait impls
4. Helper free-functions
0 commit comments