aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests/heavy_tests/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests/main.rs')
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/main.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs
index 0f6084555..cbc0c8844 100644
--- a/crates/ra_lsp_server/tests/heavy_tests/main.rs
+++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs
@@ -1,13 +1,3 @@
1#[macro_use]
2extern crate crossbeam_channel;
3extern crate flexi_logger;
4extern crate gen_lsp_server;
5extern crate languageserver_types;
6extern crate ra_lsp_server;
7extern crate serde;
8extern crate serde_json;
9extern crate tempdir;
10
11mod support; 1mod support;
12 2
13use ra_lsp_server::req::{Runnables, RunnablesParams}; 3use ra_lsp_server::req::{Runnables, RunnablesParams};