Fix a copy/paste error on wasm32

This commit is contained in:
Alex Crichton
2018-11-27 21:53:36 -08:00
committed by gnzlbg
parent 900fa0261a
commit af99d5984c
+1 -1
View File
@@ -89,7 +89,7 @@ pub mod aarch64 {
///
/// See the [module documentation](../index.html) for more details.
#[cfg(any(target_arch = "wasm32", dox))]
#[doc(cfg(target_arch = "mips"))]
#[doc(cfg(target_arch = "wasm32"))]
#[unstable(feature = "stdsimd", issue = "27731")]
pub mod wasm32 {
pub use coresimd::wasm32::*;