mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
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 client::http::HttpClient;
|
||||
use futures::StreamExt;
|
||||
use serde_json::json;
|
||||
use smol::fs;
|
||||
|
||||
use language::{LanguageServerName, LspAdapter};
|
||||
|
|
Loading…
Reference in a new issue