display_derive
display_derive copied to clipboard
Remove dependency on std in no_std code
There's an accidental reference to the std crate in the no_std part of this library. Replacing it with a reference to core fixes the problem.