From 5b3467631f856a0a98b0d6ef7809c7ad7b28bd4e Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sat, 22 Aug 2020 10:44:51 +0800 Subject: [PATCH] No need for rhai_mod if not renaming. --- tests/plugins.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/plugins.rs b/tests/plugins.rs index 46a52ede..dd56ae61 100644 --- a/tests/plugins.rs +++ b/tests/plugins.rs @@ -11,7 +11,6 @@ mod test { use rhai::{Array, INT}; #[cfg(not(feature = "no_object"))] - #[rhai_mod()] pub mod feature { #[rhai_fn(get = "foo", return_raw)] #[inline(always)]