Fix no_std build.
This commit is contained in:
@@ -12,6 +12,7 @@ use crate::stdlib::{
|
||||
collections::HashMap,
|
||||
fmt,
|
||||
string::String,
|
||||
vec::Vec,
|
||||
};
|
||||
|
||||
#[cfg(not(feature = "no_std"))]
|
||||
|
Reference in New Issue
Block a user