Browse Source

fix warnings

Jorge Aparicio 7 năm trước cách đây
mục cha
commit
1083ac1439
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;