test code and dependency cleanup

This commit is contained in:
Bernardo 2018-12-25 21:26:36 +01:00
parent e9c186e48a
commit 1cda43aafd
2 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,7 @@ mod code_actions;
mod extend_selection;
mod folding_ranges;
mod line_index;
// public for benchmarkig
pub mod line_index_utils;
mod line_index_utils;
mod symbols;
#[cfg(test)]
mod test_utils;