aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/lib.rs
diff options
context:
space:
mode:
authorEmil Lauridsen <[email protected]>2019-12-25 11:21:38 +0000
committerEmil Lauridsen <[email protected]>2019-12-25 16:37:40 +0000
commit66e8ef53a0ed018d03340577a0443030a193f773 (patch)
treece35fbd25ac7bb3b7374dccbb79d89545d9904a7 /crates/ra_lsp_server/src/lib.rs
parent52b44ba7edbdb64a30b781292eaaea59e8c2490d (diff)
Initial implementation of cargo check watching
Diffstat (limited to 'crates/ra_lsp_server/src/lib.rs')
-rw-r--r--crates/ra_lsp_server/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/src/lib.rs b/crates/ra_lsp_server/src/lib.rs
index 2ca149fd5..2811231fa 100644
--- a/crates/ra_lsp_server/src/lib.rs
+++ b/crates/ra_lsp_server/src/lib.rs
@@ -22,6 +22,7 @@ macro_rules! print {
22} 22}
23 23
24mod caps; 24mod caps;
25mod cargo_check;
25mod cargo_target_spec; 26mod cargo_target_spec;
26mod conv; 27mod conv;
27mod main_loop; 28mod main_loop;