bevy/crates/bevy_ptr/src
JoJoJet f219a08907
Simplify Clone for ThinSlicePtr (#8247)
# Objective

The type `ThinSlicePtr` has a manual implementation of `Clone` that
manually clones each field. Since this type implements `Copy`, we can
change this implementation to simply dereference `&self`.
2023-03-30 10:22:09 +00:00
..
lib.rs Simplify Clone for ThinSlicePtr (#8247) 2023-03-30 10:22:09 +00:00