Fix tests/plugins.rs to match new hygiene
This commit is contained in:
parent
3136188801
commit
7219fd6b79
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user