aboutsummaryrefslogtreecommitdiff
path: root/helix-parsec/Cargo.toml
diff options
context:
space:
mode:
authorUrgau2023-02-16 10:21:53 +0000
committerBlaž Hrastnik2023-03-08 01:48:35 +0000
commit3f90dafa3c4875cb33f404392552edc2381e6bf7 (patch)
treeefdaeada417107c4ae44bbe686f2ce613e42a293 /helix-parsec/Cargo.toml
parente973b71c83dcefbdb3a748f28ce3bfd51e9cd842 (diff)
Remove now unused the pattern combinator
Diffstat (limited to 'helix-parsec/Cargo.toml')
-rw-r--r--helix-parsec/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-parsec/Cargo.toml b/helix-parsec/Cargo.toml
index 562df8dd..505a4247 100644
--- a/helix-parsec/Cargo.toml
+++ b/helix-parsec/Cargo.toml
@@ -11,4 +11,3 @@ homepage = "https://helix-editor.com"
include = ["src/**/*", "README.md"]
[dependencies]
-regex = "1"