Move ParsedFile to top
This commit is contained in:
@@ -3,7 +3,8 @@ use std::{
|
||||
};
|
||||
|
||||
use libsyntax2::{
|
||||
ast::{self, AstNode, AttrsOwner, TypeParamsOwner, NameOwner, ParsedFile},
|
||||
ParsedFile,
|
||||
ast::{self, AstNode, AttrsOwner, TypeParamsOwner, NameOwner},
|
||||
SyntaxKind::COMMA,
|
||||
SyntaxNodeRef,
|
||||
algo::{
|
||||
|
||||
Reference in New Issue
Block a user