bevy/crates/bevy_core
konsti219 1530f63756
Use cmp of Self in implementaions of partial_cmp (#8559)
# Objective

Ensure future consistency between the two compare functions for all
types with manual `Ord` and `PartialOrd` implementations.

## Solution

Use `Self::cpm` in the implementation of `partial_cpm` for types
`Handle` and `Name`.
2023-05-06 22:31:25 +00:00
..
src Use cmp of Self in implementaions of partial_cmp (#8559) 2023-05-06 22:31:25 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00