Remove dead code for handling cursor positions

This commit is contained in:
Aleksey Kladov
2020-05-21 14:34:27 +02:00
parent 4b495da368
commit ff28c79ebd
8 changed files with 12 additions and 388 deletions

View File

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