Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Feb 5, 2021
1 parent 8f0bb45 commit b8ccc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mun_language_server/tests/support.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use crossbeam_channel::{after, select};
use hir::fixture::Fixture;
use lsp_server::{Connection, Message, Notification, Request};
use lsp_types::{
notification::Exit, request::Shutdown, ProgressParams, ProgressParamsValue, Url,
WorkDoneProgress,
};
use mun_language_server::{main_loop, Config, FilesWatcher};
use mun_test::Fixture;
use paths::AbsPathBuf;
use project::ProjectManifest;
use serde::Serialize;
Expand Down

0 comments on commit b8ccc83

Please sign in to comment.