Browse Source

fix warnings

Jorge Aparicio 6 years ago
parent
commit
1083ac1439
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib.rs

+ 2 - 0
src/lib.rs

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