Fix unused "Server" import in lsp lib.rs
This commit is contained in:
@@ -28,7 +28,7 @@ use kerolox_frontend::{editor::Editor, prelude::*, workspace::Workspace};
|
|||||||
use lsp_types::*;
|
use lsp_types::*;
|
||||||
use salsa::DatabaseImpl as Db;
|
use salsa::DatabaseImpl as Db;
|
||||||
use tokio::sync::Mutex;
|
use tokio::sync::Mutex;
|
||||||
use tower_lsp::{jsonrpc::Result, Client, LanguageServer, Server};
|
use tower_lsp::{jsonrpc::Result, Client, LanguageServer};
|
||||||
|
|
||||||
#[cfg(feature = "wasm")]
|
#[cfg(feature = "wasm")]
|
||||||
pub mod wasm;
|
pub mod wasm;
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
use futures_util::{AsyncWriteExt, SinkExt};
|
use futures_util::{AsyncWriteExt, SinkExt};
|
||||||
use sluice::pipe::*;
|
use sluice::pipe::*;
|
||||||
use tokio_util::compat::*;
|
use tokio_util::compat::*;
|
||||||
use tower_lsp::LspService;
|
use tower_lsp::{LspService, Server};
|
||||||
use wasm_bindgen::prelude::*;
|
use wasm_bindgen::prelude::*;
|
||||||
use wasm_bindgen_futures::js_sys::Uint8Array;
|
use wasm_bindgen_futures::js_sys::Uint8Array;
|
||||||
use wasm_streams::{ReadableStream, WritableStream};
|
use wasm_streams::{ReadableStream, WritableStream};
|
||||||
|
|||||||
Reference in New Issue
Block a user