Add missing imports.
This commit is contained in:
parent
27c7cc4af7
commit
24a93ef824
@ -9,6 +9,7 @@ use crate::fn_native::{shared_make_mut, shared_take, Shared};
|
|||||||
use crate::stdlib::{
|
use crate::stdlib::{
|
||||||
any::TypeId,
|
any::TypeId,
|
||||||
borrow::Borrow,
|
borrow::Borrow,
|
||||||
|
boxed::Box,
|
||||||
fmt,
|
fmt,
|
||||||
hash::{Hash, Hasher},
|
hash::{Hash, Hasher},
|
||||||
iter::FromIterator,
|
iter::FromIterator,
|
||||||
@ -16,6 +17,7 @@ use crate::stdlib::{
|
|||||||
mem::MaybeUninit,
|
mem::MaybeUninit,
|
||||||
ops::{Add, AddAssign, Deref, Drop, Index, IndexMut},
|
ops::{Add, AddAssign, Deref, Drop, Index, IndexMut},
|
||||||
str::FromStr,
|
str::FromStr,
|
||||||
|
string::{String, ToString},
|
||||||
vec::Vec,
|
vec::Vec,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user