bevy/crates/bevy_macro_utils/src
Tim 4924cf5828
Remove upcasting methods + Cleanup interned label code (#18984)
Hiya!

# Objective

- Remove upcasting methods that are no longer necessary since Rust 1.86.
- Cleanup the interned label code.
 
## Notes
- I didn't try to remove the upcasting methods from `bevy_reflect`, as
there appears to be some complexity related to remote type reflection.
- There are likely some other upcasting methods floating around.

## Testing
I ran the `breakout` example to check that the hashing/eq
implementations of the labels are still correct.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-05-26 15:38:12 +00:00
..
attrs.rs Moved fq_std from bevy_reflect_derive to bevy_macro_utils (#9956) 2023-10-02 00:22:57 +00:00
bevy_manifest.rs Fix warnings and errors reported on Rust beta (#19294) 2025-05-19 23:56:48 +00:00
fq_std.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
label.rs Remove upcasting methods + Cleanup interned label code (#18984) 2025-05-26 15:38:12 +00:00
lib.rs Internalize BevyManifest logic. Switch to RwLock (#18263) 2025-03-12 00:46:01 +00:00
shape.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
symbol.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00