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

@ -14,7 +14,6 @@ rustc-hash = "1.0"
ra_syntax = { path = "../ra_syntax" }
ra_text_edit = { path = "../ra_text_edit" }
proptest = "0.8.7"
[dev-dependencies]
test_utils = { path = "../test_utils" }
proptest = "0.8.7"

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;