mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
Start ide_db
This commit is contained in:
parent
ea9d18ba83
commit
896906fea8
1
crates/ra_ide/src/ide_db/mod.rs
Normal file
1
crates/ra_ide/src/ide_db/mod.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -10,6 +10,8 @@
|
||||
// For proving that RootDatabase is RefUnwindSafe.
|
||||
#![recursion_limit = "128"]
|
||||
|
||||
mod ide_db;
|
||||
|
||||
mod db;
|
||||
pub mod mock_analysis;
|
||||
mod symbol_index;
|
||||
|
Loading…
Reference in New Issue
Block a user