mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
internal: cut deps between assists and diagnostics
This commit is contained in:
parent
2e8dab631b
commit
a91071b57b
10 changed files with 147 additions and 140 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue