about summary refs log tree commit diff
path: root/library/stdarch/examples/wasm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/examples/wasm.rs')
-rw-r--r--library/stdarch/examples/wasm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/examples/wasm.rs b/library/stdarch/examples/wasm.rs
index 93124e69277..e6006df06ec 100644
--- a/library/stdarch/examples/wasm.rs
+++ b/library/stdarch/examples/wasm.rs
@@ -7,7 +7,7 @@ extern crate core_arch;
 
 use std::ptr;
 
-use core_arch::arch::wasm32::*;
+use core_arch::wasm32::*;
 
 static mut HEAD: *mut *mut u8 = 0 as _;