Skip to content

Commit

Permalink
Merge pull request rust-lang#125 from rust-lang/remove-stable-feature
Browse files Browse the repository at this point in the history
Remove extended_key_value_attributes feature
  • Loading branch information
workingjubilee authored May 29, 2021
2 parents 20c3b8e + 9926218 commit 93ee641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core_simd/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 93ee641

Please sign in to comment.