Skip to content

Commit a307c8b

Browse files
committed
build: remove simd-accel feature
This feature is no longer used, instead we rely on runtime CPU feature detection. We kept the feature around as a no-op for backwards compatibility, but no longer need to support it for regex 1.0.
1 parent 0d93dc8 commit a307c8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ unstable = ["pattern"]
5454
# Enable to use the unstable pattern traits defined in std. This is enabled
5555
# by default if the unstable feature is enabled.
5656
pattern = []
57-
# Enable to use simd acceleration.
58-
# Note that this is deprecated and is a no-op.
59-
simd-accel = []
6057

6158
[lib]
6259
# There are no benchmarks in the library code itself

0 commit comments

Comments
 (0)