Skip to content

Commit 31bd35c

Browse files
author
HeroicKatora
authored
Merge pull request #232 from image-rs/neon-stabilization-fixes
Neon stabilization fixes
2 parents 759b487 + a543073 commit 31bd35c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
rust: [nightly]
46+
rust: [nightly-2022-03-24]
4747
features: ["", "rayon", "nightly_aarch64_neon"]
4848

4949
steps:

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)