mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add Loc2IdMap
This commit is contained in:
parent
f1d8558cd5
commit
cb22a799d6
6 changed files with 84 additions and 0 deletions
|
@ -10,6 +10,7 @@ extern crate rustc_hash;
|
|||
extern crate salsa;
|
||||
|
||||
mod db;
|
||||
mod loc2id;
|
||||
mod input;
|
||||
mod imp;
|
||||
mod completion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue