Fix warnings and propogate async further
This commit is contained in:
parent
ce90dbd06a
commit
172e276411
9 changed files with 31 additions and 63 deletions
|
@ -3,11 +3,9 @@ use async_trait::async_trait;
|
|||
use client::http::HttpClient;
|
||||
use futures::lock::Mutex;
|
||||
use futures::Future;
|
||||
use futures::{future::BoxFuture, FutureExt};
|
||||
use gpui::executor::Background;
|
||||
use language::{LanguageServerName, LspAdapter};
|
||||
use plugin_runtime::{Plugin, PluginBuilder, WasiFn};
|
||||
use std::task::Poll;
|
||||
use std::{any::Any, path::PathBuf, sync::Arc};
|
||||
use util::ResultExt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue