From 7219fd6b790cf7cd8a3a0f5d43378d39afe18abf Mon Sep 17 00:00:00 2001 From: J Henry Waugh Date: Sun, 2 Aug 2020 19:49:24 -0500 Subject: [PATCH] Fix tests/plugins.rs to match new hygiene --- tests/plugins.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/plugins.rs b/tests/plugins.rs index 95edbf47..adf1840e 100644 --- a/tests/plugins.rs +++ b/tests/plugins.rs @@ -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]