mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
move thread worker to a separate crate
This commit is contained in:
parent
4a1ab869b7
commit
193992fd14
9 changed files with 62 additions and 46 deletions
|
@ -5,7 +5,6 @@ mod path_map;
|
|||
mod project_model;
|
||||
pub mod req;
|
||||
mod server_world;
|
||||
pub mod thread_watcher;
|
||||
mod vfs;
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue