Add missing import of String and ToString

This commit is contained in:
J Henry Waugh
2020-08-14 19:24:53 -05:00
parent e6a1b88b4c
commit 1051a3f108
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
pub use crate::{
stdlib::any::TypeId,
stdlib::boxed::Box,
stdlib::string::ToString,
stdlib::vec::Vec,
stdlib::vec as new_vec,
stdlib::mem,