summaryrefslogtreecommitdiffstats
path: root/crates/globset
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-09-28 14:17:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-10-09 20:29:52 -0400
commitf16ea0812db1e7218d98ce0a131b6b7aec510c3a (patch)
treed9d2a9a268a35d6bea5567ddf89d4c3bbecc40fb /crates/globset
parentbe9e308999b94aba4be0406dafbd8aa6201e326a (diff)
ignore: polish
Like previous commits, we do a bit of polishing and bring the style up to my current practice.
Diffstat (limited to 'crates/globset')
-rw-r--r--crates/globset/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index 75486ddb..574db754 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -42,5 +42,7 @@ serde_json = "1.0.107"
[features]
default = ["log"]
+# DEPRECATED. It is a no-op. SIMD is done automatically through runtime
+# dispatch.
simd-accel = []
serde1 = ["serde"]