1
Fork 0

Remove unused imports

This commit is contained in:
Shoyu Vanilla 2024-02-28 00:10:08 +09:00
parent 0f4e313028
commit 612443111b

View file

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