We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f4e7b commit cd14251Copy full SHA for cd14251
src/lib.rs
@@ -29,10 +29,6 @@
29
#![deny(missing_docs)]
30
#![deny(unsafe_code)]
31
#![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
-)]
36
37
extern crate alloc;
38
extern crate core;
0 commit comments