mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-09 21:54:59 +00:00
fmt
This commit is contained in:
parent
5926ba40b1
commit
43f64c9fb5
1 changed files with 1 additions and 2 deletions
|
@ -2,11 +2,10 @@ use std::fmt::Display;
|
|||
use std::sync::Arc;
|
||||
use std::sync::OnceLock;
|
||||
|
||||
pub use messages::*;
|
||||
use tower_lsp_server::jsonrpc::Error;
|
||||
use tower_lsp_server::Client;
|
||||
|
||||
pub use messages::*;
|
||||
|
||||
static CLIENT: OnceLock<Arc<Client>> = OnceLock::new();
|
||||
|
||||
pub fn init_client(client: Client) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue