about summary refs log tree commit diff
path: root/library/stdarch/examples/hex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/examples/hex.rs')
-rw-r--r--library/stdarch/examples/hex.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/examples/hex.rs b/library/stdarch/examples/hex.rs
index 8d41517f333..812836d661d 100644
--- a/library/stdarch/examples/hex.rs
+++ b/library/stdarch/examples/hex.rs
@@ -14,7 +14,6 @@
 
 #![feature(stdsimd, wasm_target_feature)]
 #![cfg_attr(test, feature(test))]
-#![cfg_attr(target_arch = "wasm32", feature(wasm_simd))]
 #![allow(
     clippy::unwrap_used,
     clippy::print_stdout,