test code and dependency cleanup
This commit is contained in:
@@ -14,7 +14,6 @@ rustc-hash = "1.0"
|
|||||||
ra_syntax = { path = "../ra_syntax" }
|
ra_syntax = { path = "../ra_syntax" }
|
||||||
ra_text_edit = { path = "../ra_text_edit" }
|
ra_text_edit = { path = "../ra_text_edit" }
|
||||||
|
|
||||||
proptest = "0.8.7"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test_utils = { path = "../test_utils" }
|
test_utils = { path = "../test_utils" }
|
||||||
|
proptest = "0.8.7"
|
||||||
|
|||||||
@@ -2,8 +2,7 @@ mod code_actions;
|
|||||||
mod extend_selection;
|
mod extend_selection;
|
||||||
mod folding_ranges;
|
mod folding_ranges;
|
||||||
mod line_index;
|
mod line_index;
|
||||||
// public for benchmarkig
|
mod line_index_utils;
|
||||||
pub mod line_index_utils;
|
|
||||||
mod symbols;
|
mod symbols;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test_utils;
|
mod test_utils;
|
||||||
|
|||||||
Reference in New Issue
Block a user