Fix warnings and tests

This commit is contained in:
Nathan Sobo 2021-12-18 11:06:07 -07:00
parent e4f18947de
commit ab5db0bc1e
4 changed files with 47 additions and 35 deletions

View file

@ -1,4 +1,4 @@
use crate::{assets::Assets, build_window_options, AppState, build_workspace};
use crate::{assets::Assets, build_window_options, build_workspace, AppState};
use client::{http::ServerResponse, test::FakeHttpClient, ChannelList, Client, UserStore};
use gpui::{AssetSource, MutableAppContext};
use language::LanguageRegistry;