Fix tests.

This commit is contained in:
Stephen Chung
2020-09-30 23:27:41 +08:00
parent cbc3d8764a
commit 2290c72de1
2 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ pub use crate::parser::FnAccess;
pub use crate::result::EvalAltResult;
pub use crate::utils::ImmutableString;
pub use crate::stdlib::{any::TypeId, boxed::Box, format, mem, vec as new_vec};
pub use crate::stdlib::{any::TypeId, boxed::Box, format, mem, string::ToString, vec as new_vec};
#[cfg(not(features = "no_module"))]
pub use rhai_codegen::*;