Skip to content

Commit 308f5de

Browse files
committed
Remove last mention of stdsimd
1 parent 894fe28 commit 308f5de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/std_detect/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#![cfg_attr(test, allow(unused_imports))]
2121
#![no_std]
2222
#![allow(internal_features)]
23-
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
24-
// Remove this as soon as the stdarch submodule is updated on nightly.
25-
#![allow(stable_features)]
26-
#![cfg_attr(not(feature = "rustc-dep-of-std"), feature(stdsimd))]
2723
#![cfg_attr(
2824
all(
2925
any(target_arch = "x86", target_arch = "x86_64"),

0 commit comments

Comments
 (0)