Fix most warnings
This commit is contained in:
parent
d009e10a46
commit
39fdbc593b
7 changed files with 13 additions and 17 deletions
|
@ -3,7 +3,7 @@ use anyhow::{anyhow, Context, Result};
|
|||
use async_trait::async_trait;
|
||||
use client::http::HttpClient;
|
||||
use futures::StreamExt;
|
||||
use language::{LanguageServerName, LspAdapter, LspAdapterTrait};
|
||||
use language::{LanguageServerName, LspAdapterTrait};
|
||||
use smol::fs;
|
||||
use std::{any::Any, path::PathBuf, sync::Arc};
|
||||
use util::ResultExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue