Fix a copy/paste error on wasm32

This commit is contained in:
Alex Crichton 2018-11-27 21:53:36 -08:00 committed by gnzlbg
parent 900fa0261a
commit af99d5984c

View file

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