bevy/crates/bevy_ptr/src
Periwink b2b356f462
add Debug for ptr types (#13498)
# Objective

- I wanted to store a Ptr in a struct of mine that has a
`#[derive(Debug)]` and I noticed that the Ptrs don't implement Debug,
even though the underlying `NonNull<u8>` does

## Solution

- Add `#[derive(Debug)]`
2024-05-24 21:25:11 +00:00
..
lib.rs add Debug for ptr types (#13498) 2024-05-24 21:25:11 +00:00