mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
b2b356f462
# 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)]` |
||
---|---|---|
.. | ||
lib.rs |