Fix another "stdimd" typo (#923)

This commit is contained in:
Jubilee 2020-10-03 12:24:07 -07:00 committed by GitHub
parent fe2a752e8d
commit 28f43f9fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -434,7 +434,7 @@ impl m256iExt for __m256i {
}
#[allow(non_camel_case_types)]
#[unstable(feature = "stdimd_internal", issue = "none")]
#[unstable(feature = "stdsimd_internal", issue = "none")]
pub(crate) trait m128Ext: Sized {
fn as_m128(self) -> __m128;