mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Add simplisitc global modification caching
This commit is contained in:
parent
3ae3b3eb06
commit
db14b4270c
3 changed files with 111 additions and 31 deletions
|
@ -13,7 +13,7 @@ extern crate im;
|
|||
|
||||
mod symbol_index;
|
||||
mod module_map;
|
||||
mod module_map_db;
|
||||
pub(crate) mod module_map_db;
|
||||
mod imp;
|
||||
mod job;
|
||||
mod roots;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue