make imports less odd
This commit is contained in:
parent
6decfceae1
commit
95199ac30b
@ -13,10 +13,7 @@
|
||||
};
|
||||
use itertools::Itertools;
|
||||
use stdx::{always, never};
|
||||
use syntax::{
|
||||
ast::{self},
|
||||
AstNode, SyntaxNode,
|
||||
};
|
||||
use syntax::{ast, AstNode, SyntaxNode};
|
||||
|
||||
use text_edit::TextEdit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user