Closed cowlicks closed 1 month ago
This is really nice to have when working with a library. I also added a #![warn(missing_debug_implementations)] to help enforce this in the future.
#![warn(missing_debug_implementations)]
Thank you for the fixes.
This is really nice to have when working with a library. I also added a
#![warn(missing_debug_implementations)]
to help enforce this in the future.