about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2021-05-28 20:04:31 -0700
committerGitHub <noreply@github.com>2021-05-28 20:04:31 -0700
commit93ee641b509e34ab154de58e9f46774f58311667 (patch)
tree2ca793121d514115fca005c8943cf2021c81d784
parent20c3b8e13f8f8549af221762300c3222d72ccae0 (diff)
parent992621844fa9e5915bef054b095ca2e71b071816 (diff)
downloadrust-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.rs1
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.