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::*;