mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
use salsa for new module map
This commit is contained in:
parent
60fdfec327
commit
8c737255ff
8 changed files with 319 additions and 396 deletions
|
@ -10,6 +10,7 @@ extern crate relative_path;
|
|||
#[macro_use]
|
||||
extern crate crossbeam_channel;
|
||||
extern crate im;
|
||||
extern crate salsa;
|
||||
|
||||
mod symbol_index;
|
||||
mod module_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue