diff options
author | Aleksey Kladov <[email protected]> | 2018-08-10 15:49:45 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-10 15:49:45 +0100 |
commit | 2e165ae82eed1dc62f1f4c68e45440c143c7c8ef (patch) | |
tree | 4148d68878bbd05a0c7b7f4ace803083f23293fd /libeditor/src | |
parent | d7c5a6f3081c2e7266620779d3c32067f947b959 (diff) |
logging
Diffstat (limited to 'libeditor/src')
-rw-r--r-- | libeditor/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libeditor/src/lib.rs b/libeditor/src/lib.rs index 817a2d15b..4e9631a8b 100644 --- a/libeditor/src/lib.rs +++ b/libeditor/src/lib.rs | |||
@@ -6,9 +6,8 @@ use libsyntax2::{ | |||
6 | SyntaxNodeRef, AstNode, | 6 | SyntaxNodeRef, AstNode, |
7 | algo::walk, | 7 | algo::walk, |
8 | SyntaxKind::*, | 8 | SyntaxKind::*, |
9 | ast, | ||
10 | }; | 9 | }; |
11 | pub use libsyntax2::{TextRange, TextUnit}; | 10 | pub use libsyntax2::{TextRange, TextUnit, ast}; |
12 | 11 | ||
13 | #[derive(Debug)] | 12 | #[derive(Debug)] |
14 | pub struct HighlightedRange { | 13 | pub struct HighlightedRange { |