Support cross-crate marks

This commit is contained in:
Aleksey Kladov
2020-03-04 11:38:55 +01:00
parent 437329d3f5
commit 19115e9fab
7 changed files with 37 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
//!
//! It is mainly a `HirDatabase` for semantic analysis, plus a `SymbolsDatabase`, for fuzzy search.
pub mod marks;
pub mod line_index;
pub mod line_index_utils;
pub mod feature_flags;