mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
migrate modue map to salsa
This commit is contained in:
parent
d8aee31a60
commit
d783371b86
5 changed files with 172 additions and 165 deletions
|
@ -14,7 +14,7 @@ extern crate salsa;
|
|||
extern crate rustc_hash;
|
||||
|
||||
mod symbol_index;
|
||||
// mod module_map;
|
||||
mod module_map;
|
||||
mod imp;
|
||||
mod job;
|
||||
mod roots;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue