Removed unused imports.

This commit is contained in:
Stephen Chung 2020-04-17 20:54:42 +08:00
parent 65d611b976
commit 4a80997d6c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use rhai::{Dynamic, Engine, EvalAltResult, Position, Scope, AST};
use rhai::{Dynamic, Engine, EvalAltResult, Scope, AST};
#[cfg(not(feature = "no_optimize"))]
use rhai::OptimizationLevel;

View File

@ -1,4 +1,4 @@
use rhai::{Engine, EvalAltResult, Position};
use rhai::{Engine, EvalAltResult};
#[cfg(not(feature = "no_optimize"))]
use rhai::OptimizationLevel;