You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Clone and Copy for bevy_ptr's ConstNonNull for parity with NonNull (#22078)
# Objective
Fixes#22059
## Solution
Just `#[derive(Clone, Copy)]` on `ConstNonNull` since it`s just a
wrapper around `NonNull` which implements them
## Testing
Just tested if it compiles and functions as it should
0 commit comments