Remove unused imports
This commit is contained in:
parent
0f4e313028
commit
612443111b
@ -42,7 +42,7 @@
|
||||
use itertools::Itertools;
|
||||
use smallvec::SmallVec;
|
||||
use syntax::{
|
||||
ast::{self, AstNode, BinExpr, Expr, IdentPat, PathExpr},
|
||||
ast::{self, AstNode},
|
||||
SyntaxKind, SyntaxNode, TextRange, TextSize,
|
||||
};
|
||||
use triomphe::Arc;
|
||||
|
Loading…
Reference in New Issue
Block a user