]> git.lizzy.rs Git - rust.git/commit
move thread worker to a separate crate
authorAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 18 Dec 2018 09:45:20 +0000 (12:45 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 18 Dec 2018 09:52:17 +0000 (12:52 +0300)
commit193992fd14e88d91a3695f10204232d4c81192dc
treefced7beb98137d8675e0f864c7b41c909b97ebf5
parent4a1ab869b7aaa38d55e8995ec1b49e72b55a5965
move thread worker to a separate crate
Cargo.lock
crates/ra_lsp_server/Cargo.toml
crates/ra_lsp_server/src/lib.rs
crates/ra_lsp_server/src/main_loop.rs
crates/ra_lsp_server/src/project_model.rs
crates/ra_lsp_server/src/thread_watcher.rs [deleted file]
crates/ra_lsp_server/src/vfs.rs
crates/ra_lsp_server/tests/heavy_tests/support.rs
crates/thread_worker/Cargo.toml [new file with mode: 0644]
crates/thread_worker/src/lib.rs [new file with mode: 0644]