mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
start query-based modules
This commit is contained in:
parent
6ee4c287f9
commit
99d02fe583
7 changed files with 365 additions and 45 deletions
|
@ -9,12 +9,15 @@ extern crate rayon;
|
|||
extern crate relative_path;
|
||||
#[macro_use]
|
||||
extern crate crossbeam_channel;
|
||||
extern crate im;
|
||||
|
||||
mod symbol_index;
|
||||
mod module_map;
|
||||
mod module_map_db;
|
||||
mod imp;
|
||||
mod job;
|
||||
mod roots;
|
||||
mod db;
|
||||
|
||||
use std::{
|
||||
sync::Arc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue