Cleanup imports
This commit is contained in:
parent
75c7695e86
commit
74da16f6f9
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
|||
use crate::{AssistContext, AssistId, Assists};
|
||||
|
||||
use ast::{ElseBranch, Expr, LoopBodyOwner};
|
||||
use ra_fmt::unwrap_trivial_block;
|
||||
use ra_syntax::{ast, match_ast, AstNode, TextRange, T};
|
||||
use ra_syntax::{
|
||||
ast::{self, ElseBranch, Expr, LoopBodyOwner},
|
||||
match_ast, AstNode, TextRange, T,
|
||||
};
|
||||
|
||||
use crate::{AssistContext, AssistId, Assists};
|
||||
|
||||
// Assist: unwrap_block
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue