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.
2 parents 759b487 + a543073 commit 31bd35cCopy full SHA for 31bd35c
.github/workflows/rust.yml
@@ -43,7 +43,7 @@ jobs:
43
44
strategy:
45
matrix:
46
- rust: [nightly]
+ rust: [nightly-2022-03-24]
47
features: ["", "rayon", "nightly_aarch64_neon"]
48
49
steps:
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