Fix no_std compilation
This commit is contained in:
parent
38bed64ef1
commit
6536231dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
#[cfg(not(feature = "std"))]
|
#[cfg(not(feature = "std"))]
|
||||||
use alloc::string::String;
|
use alloc::string::{String, ToString};
|
||||||
use core::{
|
use core::{
|
||||||
cmp::{self, Ordering},
|
cmp::{self, Ordering},
|
||||||
iter::once,
|
iter::once,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue