diff options
author | Aleksey Kladov <[email protected]> | 2018-12-06 17:50:16 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-12-06 17:50:16 +0000 |
commit | e477b8745542d5ac85b2cbbb3be2eb0df22486cd (patch) | |
tree | 23c6ded122d750e8cf8cdf2cbe8ffc64eb5754df /crates/ra_lsp_server/tests/heavy_tests | |
parent | 1761a7d213664cd00f7616ba3447a207eeababe9 (diff) |
drop extern crates
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests')
-rw-r--r-- | crates/ra_lsp_server/tests/heavy_tests/main.rs | 7 |
1 files changed, 0 insertions, 7 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..bcb854fef 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs | |||
@@ -1,12 +1,5 @@ | |||
1 | #[macro_use] | 1 | #[macro_use] |
2 | extern crate crossbeam_channel; | 2 | extern crate crossbeam_channel; |
3 | extern crate flexi_logger; | ||
4 | extern crate gen_lsp_server; | ||
5 | extern crate languageserver_types; | ||
6 | extern crate ra_lsp_server; | ||
7 | extern crate serde; | ||
8 | extern crate serde_json; | ||
9 | extern crate tempdir; | ||
10 | 3 | ||
11 | mod support; | 4 | mod support; |
12 | 5 | ||