]> git.lizzy.rs Git - rust.git/commit
Initial implementation of cargo check watching
authorEmil Lauridsen <mine809@gmail.com>
Wed, 25 Dec 2019 11:21:38 +0000 (12:21 +0100)
committerEmil Lauridsen <mine809@gmail.com>
Wed, 25 Dec 2019 16:37:40 +0000 (17:37 +0100)
commit66e8ef53a0ed018d03340577a0443030a193f773
treece35fbd25ac7bb3b7374dccbb79d89545d9904a7
parent52b44ba7edbdb64a30b781292eaaea59e8c2490d
Initial implementation of cargo check watching
Cargo.lock
crates/ra_lsp_server/Cargo.toml
crates/ra_lsp_server/src/caps.rs
crates/ra_lsp_server/src/cargo_check.rs [new file with mode: 0644]
crates/ra_lsp_server/src/lib.rs
crates/ra_lsp_server/src/main_loop.rs
crates/ra_lsp_server/src/main_loop/handlers.rs
crates/ra_lsp_server/src/world.rs