aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/tests/test.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-25 09:47:24 +0100
committerAleksey Kladov <[email protected]>2018-08-25 09:47:24 +0100
commit70333c8edfd9fd958ceb5669b578a33a289473fe (patch)
tree8722c1f5db217be94449ed13103e4bf5ca82d5d6 /crates/libeditor/tests/test.rs
parent220d285b4afb250e59a08e9b1ad38c2fc2275782 (diff)
remove reesports
Diffstat (limited to 'crates/libeditor/tests/test.rs')
-rw-r--r--crates/libeditor/tests/test.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/libeditor/tests/test.rs b/crates/libeditor/tests/test.rs
index 3114a128e..ab325c520 100644
--- a/crates/libeditor/tests/test.rs
+++ b/crates/libeditor/tests/test.rs
@@ -4,8 +4,9 @@ extern crate libsyntax2;
4extern crate assert_eq_text; 4extern crate assert_eq_text;
5 5
6use assert_eq_text::{assert_eq_dbg}; 6use assert_eq_text::{assert_eq_dbg};
7use libsyntax2::{File, TextUnit, TextRange};
7use libeditor::{ 8use libeditor::{
8 File, TextUnit, TextRange, ActionResult, 9 ActionResult,
9 highlight, runnables, extend_selection, file_structure, 10 highlight, runnables, extend_selection, file_structure,
10 flip_comma, add_derive, add_impl, matching_brace, 11 flip_comma, add_derive, add_impl, matching_brace,
11 join_lines, 12 join_lines,