diff options
author | Aleksey Kladov <[email protected]> | 2018-08-25 09:47:24 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-25 09:47:24 +0100 |
commit | 70333c8edfd9fd958ceb5669b578a33a289473fe (patch) | |
tree | 8722c1f5db217be94449ed13103e4bf5ca82d5d6 /crates/libeditor/src | |
parent | 220d285b4afb250e59a08e9b1ad38c2fc2275782 (diff) |
remove reesports
Diffstat (limited to 'crates/libeditor/src')
-rw-r--r-- | crates/libeditor/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libeditor/src/lib.rs b/crates/libeditor/src/lib.rs index a6e6deba7..da337cca0 100644 --- a/crates/libeditor/src/lib.rs +++ b/crates/libeditor/src/lib.rs | |||
@@ -10,11 +10,11 @@ mod code_actions; | |||
10 | mod typing; | 10 | mod typing; |
11 | 11 | ||
12 | use libsyntax2::{ | 12 | use libsyntax2::{ |
13 | File, TextUnit, TextRange, | ||
13 | ast::{AstNode, NameOwner}, | 14 | ast::{AstNode, NameOwner}, |
14 | algo::{walk, find_leaf_at_offset}, | 15 | algo::{walk, find_leaf_at_offset}, |
15 | SyntaxKind::{self, *}, | 16 | SyntaxKind::{self, *}, |
16 | }; | 17 | }; |
17 | pub use libsyntax2::{File, TextRange, TextUnit}; | ||
18 | pub use self::{ | 18 | pub use self::{ |
19 | line_index::{LineIndex, LineCol}, | 19 | line_index::{LineIndex, LineCol}, |
20 | extend_selection::extend_selection, | 20 | extend_selection::extend_selection, |