diff options
Diffstat (limited to 'helix-lsp/Cargo.toml')
-rw-r--r-- | helix-lsp/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index d22d8636..70cf9c64 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -8,7 +8,6 @@ edition = "2018" [dependencies] helix-core = { path = "../helix-core" } -helix-view = { path = "../helix-view" } once_cell = "1.4" |