Small fixups.

This commit is contained in:
Stephen Chung
2020-07-20 23:23:12 +08:00
parent a5fa8322e9
commit e8b6d0143d
6 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
#![cfg(not(feature = "no_function"))]
use rhai::{
Dynamic, Engine, EvalAltResult, FnPtr, Func, ImmutableString, Module, ParseError,
ParseErrorType, Scope, INT,
Dynamic, Engine, EvalAltResult, FnPtr, Func, Module, ParseError, ParseErrorType, Scope, INT,
};
#[test]