diff options
author | Aleksander Vognild Burkow <[email protected]> | 2018-12-29 21:19:35 +0000 |
---|---|---|
committer | Aleksander Vognild Burkow <[email protected]> | 2018-12-29 22:38:26 +0000 |
commit | ed47c93afe7f9dd2c27956905e7fb9fcf9d5baf2 (patch) | |
tree | 691870caab58a8142e0d553783b4fa8081e98831 /crates/ra_lsp_server | |
parent | 09c20c8fcfa555465d367d4c09ac9f89259d5cf5 (diff) |
Install rustfmt in rustfmt test
Diffstat (limited to 'crates/ra_lsp_server')
-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, 3 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index c53106a62..f8f91e5e7 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -33,6 +33,7 @@ ra_text_edit = { path = "../ra_text_edit" } | |||
33 | ra_analysis = { path = "../ra_analysis" } | 33 | ra_analysis = { path = "../ra_analysis" } |
34 | gen_lsp_server = { path = "../gen_lsp_server" } | 34 | gen_lsp_server = { path = "../gen_lsp_server" } |
35 | ra_vfs = { path = "../ra_vfs" } | 35 | ra_vfs = { path = "../ra_vfs" } |
36 | tools = { path = "../tools" } | ||
36 | 37 | ||
37 | [dev-dependencies] | 38 | [dev-dependencies] |
38 | tempdir = "0.3.7" | 39 | tempdir = "0.3.7" |
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index e9f02a6e4..b0e1e65b6 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs | |||
@@ -121,6 +121,8 @@ fn test_eggs() {} | |||
121 | use std::collections::HashMap; | 121 | use std::collections::HashMap; |
122 | #[test] | 122 | #[test] |
123 | fn test_format_document() { | 123 | fn test_format_document() { |
124 | tools::install_rustfmt().unwrap(); | ||
125 | |||
124 | let server = project( | 126 | let server = project( |
125 | r#" | 127 | r#" |
126 | [package] | 128 | [package] |