Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Jan 10, 2024
1 parent 00ce545 commit a27868b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use futures::channel::mpsc::{self, Sender};
use futures::future::BoxFuture;
use futures::sink::SinkExt;
use lsp_types::*;
use lsp_types::request::WorkspaceDiagnosticRefresh;
use serde::Serialize;
use serde_json::Value;
use tower::Service;
Expand Down

0 comments on commit a27868b

Please sign in to comment.