aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
Diffstat (limited to 'helix-lsp')
-rw-r--r--helix-lsp/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs
index 29868e82..936c897c 100644
--- a/helix-lsp/src/lib.rs
+++ b/helix-lsp/src/lib.rs
@@ -5,8 +5,6 @@ mod transport;
pub use jsonrpc_core as jsonrpc;
pub use lsp_types as lsp;
-pub use once_cell::sync::{Lazy, OnceCell};
-
pub use client::Client;
pub use lsp::{Position, Url};