From af99d5984cd33f61b30b49b96cd3682426c50f19 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 27 Nov 2018 21:53:36 -0800 Subject: [PATCH] Fix a copy/paste error on wasm32 --- library/stdarch/coresimd/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/coresimd/mod.rs b/library/stdarch/coresimd/mod.rs index 470d76f906b3..540fd821c0e3 100644 --- a/library/stdarch/coresimd/mod.rs +++ b/library/stdarch/coresimd/mod.rs @@ -89,7 +89,7 @@ pub mod arch { /// /// 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::*;