Start ide_db

This commit is contained in:
Aleksey Kladov 2020-02-06 12:07:06 +01:00
parent ea9d18ba83
commit 896906fea8
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@

View file

@ -10,6 +10,8 @@
// For proving that RootDatabase is RefUnwindSafe. // For proving that RootDatabase is RefUnwindSafe.
#![recursion_limit = "128"] #![recursion_limit = "128"]
mod ide_db;
mod db; mod db;
pub mod mock_analysis; pub mod mock_analysis;
mod symbol_index; mod symbol_index;