diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2021-05-28 20:04:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 20:04:31 -0700 |
| commit | 93ee641b509e34ab154de58e9f46774f58311667 (patch) | |
| tree | 2ca793121d514115fca005c8943cf2021c81d784 | |
| parent | 20c3b8e13f8f8549af221762300c3222d72ccae0 (diff) | |
| parent | 992621844fa9e5915bef054b095ca2e71b071816 (diff) | |
| download | rust-93ee641b509e34ab154de58e9f46774f58311667.tar.gz rust-93ee641b509e34ab154de58e9f46774f58311667.zip | |
Merge pull request #125 from rust-lang/remove-stable-feature
Remove extended_key_value_attributes feature
| -rw-r--r-- | crates/core_simd/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/core_simd/src/lib.rs b/crates/core_simd/src/lib.rs index 0a16b5dacf0..7fe7d666e8d 100644 --- a/crates/core_simd/src/lib.rs +++ b/crates/core_simd/src/lib.rs @@ -1,7 +1,6 @@ #![no_std] #![allow(incomplete_features)] #![feature(repr_simd, platform_intrinsics, simd_ffi, const_generics)] -#![feature(extended_key_value_attributes)] #![warn(missing_docs)] //! Portable SIMD module. |
