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 c281aaa commit 6e3d14eCopy full SHA for 6e3d14e
src/lib.rs
@@ -5,12 +5,6 @@
5
//! crate](https://github.com/BurntSushi/aho-corasick).
6
7
#![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
-)]
14
#![cfg_attr(feature = "stdsimd", feature(portable_simd))]
15
16
/// Substring search implementations using aarch64 architecture features.
0 commit comments