mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Correct no-std Monero after moving from ToString to Display
This commit is contained in:
parent
a41329c027
commit
b5e22dca8f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
use core::{marker::PhantomData, fmt};
|
||||
use std_shims::string::ToString;
|
||||
|
||||
use zeroize::Zeroize;
|
||||
|
||||
|
|
Loading…
Reference in a new issue