Skip to content

Commit 6e3d14e

Browse files
gpgabrielmarmeladema
authored andcommitted
Stable aarch64_target_feature
1 parent c281aaa commit 6e3d14e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
//! crate](https://github.com/BurntSushi/aho-corasick).
66
77
#![warn(missing_docs)]
8-
// Will be stabilized in 1.61.0 with https://github.com/rust-lang/rust/pull/90621
9-
#![cfg_attr(
10-
all(target_arch = "aarch64", feature = "aarch64"),
11-
allow(stable_features),
12-
feature(aarch64_target_feature)
13-
)]
148
#![cfg_attr(feature = "stdsimd", feature(portable_simd))]
159

1610
/// Substring search implementations using aarch64 architecture features.

0 commit comments

Comments
 (0)