Further unpropogate async
This commit is contained in:
parent
4f016d5fc4
commit
6585daccf9
12 changed files with 86 additions and 106 deletions
|
@ -14,7 +14,7 @@ use util::ResultExt;
|
|||
pub struct RustLspAdapter;
|
||||
|
||||
#[async_trait]
|
||||
impl LspAdapter for RustLspAdapter {
|
||||
impl LspAdapterTrait for RustLspAdapter {
|
||||
async fn name(&self) -> LanguageServerName {
|
||||
LanguageServerName("rust-analyzer".into())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue