bevy/crates/bevy_reflect/bevy_reflect_derive
Nathan Stocks 3cee95e59a
Rename reflect 'hash' method to 'reflect_hash' and partial_eq to reflect_partial_eq (#954)
* 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.
2020-12-01 11:15:07 -08:00
..
src Rename reflect 'hash' method to 'reflect_hash' and partial_eq to reflect_partial_eq (#954) 2020-12-01 11:15:07 -08:00
Cargo.toml consolidate find-crate (#964) 2020-11-30 22:36:38 -08:00