Merge pull request #125 from rust-lang/remove-stable-feature

Remove extended_key_value_attributes feature
This commit is contained in:
Jubilee 2021-05-28 20:04:31 -07:00 committed by GitHub
commit 93ee641b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.