Add combine_with_exported_module.
This commit is contained in:
parent
6dc5a81d53
commit
f1d85ae99c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user