diff options
Diffstat (limited to 'helix-syntax/Cargo.toml')
-rw-r--r-- | helix-syntax/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-syntax/Cargo.toml b/helix-syntax/Cargo.toml index 61a9b5b0..12da3924 100644 --- a/helix-syntax/Cargo.toml +++ b/helix-syntax/Cargo.toml @@ -8,7 +8,6 @@ edition = "2018" [dependencies] tree-sitter = "0.17" -enum-iterator = "0.6" [build-dependencies] cc = { version = "1", features = ["parallel"] } |