about summary refs log tree commit diff
path: root/library/stdarch/examples/hex.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2021-06-10 14:32:39 -0500
committerGitHub <noreply@github.com>2021-06-10 20:32:39 +0100
commit79140b43ea2e73720ef1fde988007757e2499f39 (patch)
treec1a317c295806e377370d491b36b71c73732fa03 /library/stdarch/examples/hex.rs
parent2c11b9fa1f1b369b15cf6be3c8778048e47dbc22 (diff)
downloadrust-79140b43ea2e73720ef1fde988007757e2499f39.tar.gz
rust-79140b43ea2e73720ef1fde988007757e2499f39.zip
wasm: Mark simd intrinsics as stable (#1179)
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,