Skip to content

Commit 3076505

Browse files
committed
Fix a doc #[cfg] for wasm
1 parent 1bd0ee7 commit 3076505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coresimd/mod.rs

+1-1
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-
#[cfg(target_arch = "wasm32")]
92+
#[doc(cfg(target_arch = "mips"))]
9393
#[unstable(feature = "stdsimd", issue = "27731")]
9494
pub mod wasm32 {
9595
pub use coresimd::wasm32::*;

0 commit comments

Comments
 (0)