mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
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 smallvec::SmallVec;
|
||||
use syntax::{
|
||||
ast::{self, AstNode, BinExpr, Expr, IdentPat, PathExpr},
|
||||
ast::{self, AstNode},
|
||||
SyntaxKind, SyntaxNode, TextRange, TextSize,
|
||||
};
|
||||
use triomphe::Arc;
|
||||
|
|
Loading…
Reference in a new issue