Lists of items on the std docs should be sorted in some fashion. Alphabetical sorting throughout may not be desirable but I thought I should list all of them here anyway. If other sorting methods are better, I could create more categories.
Lists which are sorted alphabetically:
In Marker types:
no_copy_bound : This type does not implement "copy", even if eligible
no_send_bound : This type does not implement "send", even if eligible
no_sync_bound : This type does not implement "sync", even if eligible
managed_bound : This type implements "managed"
managed_bound should be first.
Lists of items on the std docs should be sorted in some fashion. Alphabetical sorting throughout may not be desirable but I thought I should list all of them here anyway. If other sorting methods are better, I could create more categories.
Lists which are sorted alphabetically:
Operators (alphabetical may not make sense here)Stability (stability is sorted by stability)In Marker types:
managed_bound should be first.