Move ParsedFile to top

This commit is contained in:
Aleksey Kladov 2018-08-25 11:40:17 +03:00
parent f104458d45
commit 9fae494a8d
7 changed files with 39 additions and 39 deletions

View file

@ -27,8 +27,9 @@ use std::{
};
use libsyntax2::{
ParsedFile,
TextUnit, TextRange, SmolStr,
ast::{self, AstNode, NameOwner, ParsedFile},
ast::{self, AstNode, NameOwner},
SyntaxKind::*,
};
use libeditor::{LineIndex, FileSymbol, find_node};