aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-10 21:46:56 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-10 21:46:56 +0000
commitb6bc55f542c88b1b0789435219f9dbf38c110f47 (patch)
treec6767ac418f40a9da27b74f9762149e04a8cdea1 /crates/ra_lsp_server
parent9bee2937b4289315714b778ba38ab0e7c2a623fe (diff)
parent4196b65f2199fa2389b5ff9e89894651d195edbc (diff)
Merge #490
490: dont depend on tools from lsp-server r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r--crates/ra_lsp_server/Cargo.toml1
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/main.rs2
2 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index b4a7b3388..a0819978b 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -37,4 +37,3 @@ ra_vfs = { path = "../ra_vfs" }
37[dev-dependencies] 37[dev-dependencies]
38tempfile = "3" 38tempfile = "3"
39test_utils = { path = "../test_utils" } 39test_utils = { path = "../test_utils" }
40tools = { path = "../tools" }
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() {}
125use std::collections::HashMap; 125use std::collections::HashMap;
126#[test] 126#[test]
127fn test_format_document() { 127fn 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]