make imports less odd

This commit is contained in:
Anatol Ulrich 2021-10-27 04:36:32 +02:00
parent 6decfceae1
commit 95199ac30b

View File

@ -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;