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

@ -6233,7 +6233,7 @@ mod tests {
platform::{WindowBounds, WindowOptions},
};
use indoc::indoc;
use language::{FakeLspAdapter, FakeLspAdapterInner, LanguageConfig};
use language::{FakeLspAdapterInner, LanguageConfig};
use lsp::FakeLanguageServer;
use project::FakeFs;
use settings::LanguageSettings;