From f1d85ae99c287966e8e22c1a4911793a33ff9762 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sun, 13 Sep 2020 22:12:11 +0800 Subject: [PATCH] Add combine_with_exported_module. --- tests/plugins.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins.rs b/tests/plugins.rs index 2bee84e4..928f0381 100644 --- a/tests/plugins.rs +++ b/tests/plugins.rs @@ -11,7 +11,7 @@ mod test { pub mod special_array_package { use rhai::{Array, INT}; - pub const MYSTIC_NUMBER: INT = 42; + pub const MYSTIC_NUMBER: INT = 42 as INT; #[cfg(not(feature = "no_object"))] pub mod feature {