Fix tests/plugins.rs to match new hygiene
This commit is contained in:
parent
3136188801
commit
7219fd6b79
@ -1,8 +1,4 @@
|
|||||||
use rhai::{
|
use rhai::plugin::*;
|
||||||
export_fn, export_module, exported_module,
|
|
||||||
plugin::{CallableFunction, PluginFunction},
|
|
||||||
register_exported_fn,
|
|
||||||
};
|
|
||||||
use rhai::{Engine, EvalAltResult, INT};
|
use rhai::{Engine, EvalAltResult, INT};
|
||||||
|
|
||||||
#[export_module]
|
#[export_module]
|
||||||
|
Loading…
Reference in New Issue
Block a user