Remove unused imports
This commit is contained in:
parent
0f4e313028
commit
612443111b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ use hir_ty::{
|
||||||
use itertools::Itertools;
|
use itertools::Itertools;
|
||||||
use smallvec::SmallVec;
|
use smallvec::SmallVec;
|
||||||
use syntax::{
|
use syntax::{
|
||||||
ast::{self, AstNode, BinExpr, Expr, IdentPat, PathExpr},
|
ast::{self, AstNode},
|
||||||
SyntaxKind, SyntaxNode, TextRange, TextSize,
|
SyntaxKind, SyntaxNode, TextRange, TextSize,
|
||||||
};
|
};
|
||||||
use triomphe::Arc;
|
use triomphe::Arc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue