Skip to content

Commit cd14251

Browse files
committed
Remove nightly qualification on neon
1 parent a9f4e7b commit cd14251

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
#![deny(missing_docs)]
3030
#![deny(unsafe_code)]
3131
#![cfg_attr(feature = "platform_independent", forbid(unsafe_code))]
32-
#![cfg_attr(
33-
all(feature = "nightly_aarch64_neon", target_arch = "aarch64"),
34-
feature(aarch64_target_feature)
35-
)]
3632

3733
extern crate alloc;
3834
extern crate core;

0 commit comments

Comments
 (0)