Description: avoid nightly-only feature generic-simd
 Also, corresponding feature is patched away
 from Debian-packaged depending crate bytestring.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,6 @@
 default = ["std"]
 std = ["nom/std", "alloc", "memchr/use_std"]
 alloc = ["nom/alloc"]
-generic-simd = ["bytecount/generic-simd"]
 runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"]
 stable-deref-trait = ["stable_deref_trait"]
 
