diff options
author | Aleksey Kladov <[email protected]> | 2019-01-10 21:46:32 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-10 21:46:32 +0000 |
commit | 4196b65f2199fa2389b5ff9e89894651d195edbc (patch) | |
tree | 55a8ad2e05c72d3ef2830fe182df5d9926751b43 /crates/ra_lsp_server/tests | |
parent | a95536301c346e68a109915e6d54136cae875ab0 (diff) |
dont depend on tools from lsp-server
Diffstat (limited to 'crates/ra_lsp_server/tests')
-rw-r--r-- | crates/ra_lsp_server/tests/heavy_tests/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index 4cae44eab..9eaf46ac8 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs | |||
@@ -125,8 +125,6 @@ fn test_eggs() {} | |||
125 | use std::collections::HashMap; | 125 | use std::collections::HashMap; |
126 | #[test] | 126 | #[test] |
127 | fn test_format_document() { | 127 | fn test_format_document() { |
128 | tools::install_rustfmt().unwrap(); | ||
129 | |||
130 | let server = project( | 128 | let server = project( |
131 | r#" | 129 | r#" |
132 | [package] | 130 | [package] |