mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix a copy/paste error on wasm32
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user