Add combine_with_exported_module.

This commit is contained in:
Stephen Chung 2020-09-13 22:12:11 +08:00 committed by J Henry Waugh
parent 6dc5a81d53
commit f1d85ae99c

View File

@ -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 {