Skip to content

Commit 1083ac1

Browse files
committed
fix warnings
1 parent 3d00562 commit 1083ac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ mod macros;
4747
pub mod int;
4848
pub mod float;
4949

50+
#[cfg(any(all(target_arch = "wasm32", target_os = "unknown"),
51+
all(target_arch = "arm", target_os = "none")))]
5052
pub mod math;
5153
pub mod mem;
5254

0 commit comments

Comments
 (0)