mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Deal with deadlocks in a more principaled way
This commit is contained in:
parent
d9ccebd913
commit
326ffcefe0
6 changed files with 39 additions and 27 deletions
|
@ -30,9 +30,8 @@ mod vfs;
|
|||
mod path_map;
|
||||
mod server_world;
|
||||
mod project_model;
|
||||
mod thread_watcher;
|
||||
pub mod thread_watcher;
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
pub use caps::server_capabilities;
|
||||
pub use main_loop::main_loop;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue