From 2e165ae82eed1dc62f1f4c68e45440c143c7c8ef Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 10 Aug 2018 17:49:45 +0300 Subject: logging --- libeditor/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libeditor/src') 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::{ SyntaxNodeRef, AstNode, algo::walk, SyntaxKind::*, - ast, }; -pub use libsyntax2::{TextRange, TextUnit}; +pub use libsyntax2::{TextRange, TextUnit, ast}; #[derive(Debug)] pub struct HighlightedRange { -- cgit v1.2.3