mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
project model
This commit is contained in:
parent
7fad13de73
commit
80be61ed78
11 changed files with 251 additions and 78 deletions
|
@ -30,6 +30,7 @@ mod vfs;
|
|||
mod path_map;
|
||||
mod server_world;
|
||||
mod project_model;
|
||||
mod thread_watcher;
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
pub use caps::server_capabilities;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue