internal: cut deps between assists and diagnostics

This commit is contained in:
Aleksey Kladov 2021-06-14 13:27:11 +03:00
parent 2e8dab631b
commit a91071b57b
10 changed files with 147 additions and 140 deletions

View file

@ -3,6 +3,7 @@
//! It is mainly a `HirDatabase` for semantic analysis, plus a `SymbolsDatabase`, for fuzzy search.
mod apply_change;
pub mod assists;
pub mod label;
pub mod line_index;
pub mod symbol_index;