Skip to content

Commit

Permalink
Remove nightly qualification on neon
Browse files Browse the repository at this point in the history
  • Loading branch information
drunest committed Mar 20, 2022
1 parent ad9fd00 commit 94f2f46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
#![deny(missing_docs)]
#![deny(unsafe_code)]
#![cfg_attr(feature = "platform_independent", forbid(unsafe_code))]
#![cfg_attr(
all(feature = "nightly_aarch64_neon", target_arch = "aarch64"),
feature(aarch64_target_feature)
)]

extern crate alloc;
extern crate core;
Expand Down

0 comments on commit 94f2f46

Please sign in to comment.