From 1cda43aafd623b400f5916b1d3727b56c136081b Mon Sep 17 00:00:00 2001 From: Bernardo Date: Tue, 25 Dec 2018 21:26:36 +0100 Subject: test code and dependency cleanup --- crates/ra_editor/Cargo.toml | 3 +-- crates/ra_editor/src/lib.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml index 1ad99af28..f39fe4af6 100644 --- a/crates/ra_editor/Cargo.toml +++ b/crates/ra_editor/Cargo.toml @@ -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" diff --git a/crates/ra_editor/src/lib.rs b/crates/ra_editor/src/lib.rs index 2e3635ea0..619497f0b 100644 --- a/crates/ra_editor/src/lib.rs +++ b/crates/ra_editor/src/lib.rs @@ -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; -- cgit v1.2.3