aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-08 02:54:19 +0000
committerBlaž Hrastnik2021-05-08 02:54:19 +0000
commit8a949fb0113412f0becaeae68e2fbf61a0ecb532 (patch)
tree3560c3e2e4adaf3dd1d15aed4827be464e14886f /helix-lsp
parent570c253ffba2dcfb2749548f40896f2b1d787442 (diff)
Drop shellexpand.
Diffstat (limited to 'helix-lsp')
-rw-r--r--helix-lsp/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml
index ee16ebfb..c4322e5a 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -17,7 +17,6 @@ tokio-stream = "0.1.5"
futures-executor = { version = "0.3" }
url = "2"
pathdiff = "0.2"
-shellexpand = "2.0"
glob = "0.3"
anyhow = "1"
serde_json = "1.0"