fix warnings

master
Jorge Aparicio 2018-07-24 16:57:22 -05:00
parent 3d005629b8
commit 1083ac1439
1 changed files with 2 additions and 0 deletions

View File

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