Fix most warnings

This commit is contained in:
Isaac Clayton 2022-07-06 20:08:18 +02:00
parent d009e10a46
commit 39fdbc593b
7 changed files with 13 additions and 17 deletions

View file

@ -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;