Fix tests/plugins.rs to match new hygiene

This commit is contained in:
J Henry Waugh 2020-08-02 19:49:24 -05:00
parent 3136188801
commit 7219fd6b79

View File

@ -1,8 +1,4 @@
use rhai::{
export_fn, export_module, exported_module,
plugin::{CallableFunction, PluginFunction},
register_exported_fn,
};
use rhai::plugin::*;
use rhai::{Engine, EvalAltResult, INT};
#[export_module]