aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/tests/test.rs
diff options
context:
space:
mode:
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,