fix warnings
This commit is contained in:
parent
8b1e42bf2a
commit
cfa1690e69
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ mod macros;
|
|||
pub mod int;
|
||||
pub mod float;
|
||||
|
||||
#[cfg(any(all(target_arch = "wasm32", target_os = "unknown"),
|
||||
all(target_arch = "arm", target_os = "none")))]
|
||||
pub mod math;
|
||||
pub mod mem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue