Fix no_std.

This commit is contained in:
Stephen Chung
2020-10-29 12:00:02 +08:00
parent 4e115d2bc2
commit a73584cd36
3 changed files with 3 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ use crate::engine::{make_getter, make_setter, Map};
use crate::stdlib::{
any::TypeId,
borrow::Cow,
boxed::Box,
fmt,
hash::{Hash, Hasher},
num::NonZeroUsize,