Skip to content

Commit 027680f

Browse files
Fix another "stdimd" typo (#923)
1 parent 3c36643 commit 027680f

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ impl m256iExt for __m256i {
434434
}
435435

436436
#[allow(non_camel_case_types)]
437-
#[unstable(feature = "stdimd_internal", issue = "none")]
437+
#[unstable(feature = "stdsimd_internal", issue = "none")]
438438
pub(crate) trait m128Ext: Sized {
439439
fn as_m128(self) -> __m128;
440440

0 commit comments

Comments
 (0)