Correct no-std Monero after moving from ToString to Display

This commit is contained in:
Luke Parker 2024-04-23 05:25:08 -04:00
parent a41329c027
commit b5e22dca8f
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
use core::{marker::PhantomData, fmt};
use std_shims::string::ToString;
use zeroize::Zeroize;