fix warnings
This commit is contained in:
parent
3d005629b8
commit
1083ac1439
|
@ -47,6 +47,8 @@ mod macros;
|
||||||
pub mod int;
|
pub mod int;
|
||||||
pub mod float;
|
pub mod float;
|
||||||
|
|
||||||
|
#[cfg(any(all(target_arch = "wasm32", target_os = "unknown"),
|
||||||
|
all(target_arch = "arm", target_os = "none")))]
|
||||||
pub mod math;
|
pub mod math;
|
||||||
pub mod mem;
|
pub mod mem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue