diff options
Diffstat (limited to 'library/stdarch/examples/hex.rs')
| -rw-r--r-- | library/stdarch/examples/hex.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/stdarch/examples/hex.rs b/library/stdarch/examples/hex.rs index a961793a045..490556e8bf7 100644 --- a/library/stdarch/examples/hex.rs +++ b/library/stdarch/examples/hex.rs @@ -12,7 +12,7 @@ //! //! and you should see `746573740a` get printed out. -#![feature(stdsimd, wasm_target_feature)] +#![feature(wasm_target_feature)] #![cfg_attr(test, feature(test))] #