Move imports locator to ide_db

This commit is contained in:
Aleksey Kladov
2020-02-06 16:26:43 +01:00
parent ec23030e16
commit dfbe96750b
4 changed files with 11 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ pub mod feature_flags;
pub mod symbol_index;
pub mod change;
pub mod defs;
pub mod imports_locator;
mod wasm_shims;
use std::sync::Arc;