summaryrefslogtreecommitdiffstats
path: root/crates/grep/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/grep/Cargo.toml')
-rw-r--r--crates/grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 48369c86..a615f48f 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -26,8 +26,8 @@ termcolor = "1.0.4"
walkdir = "2.2.7"
[features]
-simd-accel = ["grep-searcher/simd-accel"]
pcre2 = ["grep-pcre2"]
-# This feature is DEPRECATED. Runtime dispatch is used for SIMD now.
+# These features are DEPRECATED. Runtime dispatch is used for SIMD now.
+simd-accel = []
avx-accel = []