removed unused import
This commit is contained in:
parent
0777f459ba
commit
aa0a18968a
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use anyhow::{anyhow, Context, Result};
|
||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
use client::http::HttpClient;
|
use client::http::HttpClient;
|
||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use serde_json::json;
|
|
||||||
use smol::fs;
|
use smol::fs;
|
||||||
|
|
||||||
use language::{LanguageServerName, LspAdapter};
|
use language::{LanguageServerName, LspAdapter};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue