mirror of https://github.com/helix-editor/helix
Don't publicly re-export once_cell in lsp.
parent
59e6024186
commit
5237084d98
|
@ -5,8 +5,6 @@ mod transport;
|
||||||
pub use jsonrpc_core as jsonrpc;
|
pub use jsonrpc_core as jsonrpc;
|
||||||
pub use lsp_types as lsp;
|
pub use lsp_types as lsp;
|
||||||
|
|
||||||
pub use once_cell::sync::{Lazy, OnceCell};
|
|
||||||
|
|
||||||
pub use client::Client;
|
pub use client::Client;
|
||||||
pub use lsp::{Position, Url};
|
pub use lsp::{Position, Url};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue