Uses the new unstable comment formatting features added to rustfmt.toml.
partial_eq
reflect_partial_eq
* Rename reflect 'hash' method to 'reflect_hash' to avoid colliding with std:#️⃣:Hash::hash to resolve #943. * Rename partial_eq to reflect_partial_eq to avoid collisions with implementations of PartialEq on primitives.
Bevy Reflection