mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
start salsa migration
This commit is contained in:
parent
93d77e9b22
commit
d8aee31a60
8 changed files with 226 additions and 105 deletions
|
@ -14,12 +14,12 @@ extern crate salsa;
|
|||
extern crate rustc_hash;
|
||||
|
||||
mod symbol_index;
|
||||
mod module_map;
|
||||
// mod module_map;
|
||||
mod imp;
|
||||
mod job;
|
||||
mod roots;
|
||||
mod db;
|
||||
mod queries;
|
||||
// mod queries;
|
||||
mod descriptors;
|
||||
|
||||
use std::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue