Remove cross-crate marks

They create quite a bit of friction. Really, we should just move the
tests to the same crate, rather than paper over existing split.
This commit is contained in:
Aleksey Kladov
2020-05-20 11:54:57 +02:00
parent d18d1c0594
commit 5258c817f7
7 changed files with 4 additions and 45 deletions

View File

@@ -2,7 +2,6 @@
//!
//! 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 symbol_index;