diff options
author | Emil Lauridsen <[email protected]> | 2019-12-27 10:10:07 +0000 |
---|---|---|
committer | Emil Lauridsen <[email protected]> | 2019-12-27 10:10:07 +0000 |
commit | 428a6ff5b8bad2c80a3522599195bf2a393f744e (patch) | |
tree | 9707dd343b8f00f01041a7995536aac84b137291 /crates/ra_lsp_server/src/lib.rs | |
parent | 0cdbd0814958e174c5481d6bf16bd2a7e53ec981 (diff) |
Move cargo watch functionality to separate crate
Diffstat (limited to 'crates/ra_lsp_server/src/lib.rs')
-rw-r--r-- | crates/ra_lsp_server/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/lib.rs b/crates/ra_lsp_server/src/lib.rs index 2811231fa..2ca149fd5 100644 --- a/crates/ra_lsp_server/src/lib.rs +++ b/crates/ra_lsp_server/src/lib.rs | |||
@@ -22,7 +22,6 @@ macro_rules! print { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | mod caps; | 24 | mod caps; |
25 | mod cargo_check; | ||
26 | mod cargo_target_spec; | 25 | mod cargo_target_spec; |
27 | mod conv; | 26 | mod conv; |
28 | mod main_loop; | 27 | mod main_loop; |