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

View File

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