Skip to content

Commit 8f35d53

Browse files
alexcrichtongnzlbg
authored andcommitted
Fix a copy/paste error on wasm32
1 parent f97eda0 commit 8f35d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coresimd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub mod arch {
8989
///
9090
/// See the [module documentation](../index.html) for more details.
9191
#[cfg(any(target_arch = "wasm32", dox))]
92-
#[doc(cfg(target_arch = "mips"))]
92+
#[doc(cfg(target_arch = "wasm32"))]
9393
#[unstable(feature = "stdsimd", issue = "27731")]
9494
pub mod wasm32 {
9595
pub use coresimd::wasm32::*;

0 commit comments

Comments
 (0)