Don't publicly re-export once_cell in lsp.
This commit is contained in:
parent
59e6024186
commit
5237084d98
1 changed files with 0 additions and 2 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue