diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 1 | ||||
-rw-r--r-- | crates/ra_lsp_server/tests/heavy_tests/main.rs | 2 |
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] |
38 | tempfile = "3" | 38 | tempfile = "3" |
39 | test_utils = { path = "../test_utils" } | 39 | test_utils = { path = "../test_utils" } |
40 | tools = { 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() {} | |||
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] |