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 itertools::Itertools;
use smallvec::SmallVec;
use syntax::{
ast::{self, AstNode, BinExpr, Expr, IdentPat, PathExpr},
ast::{self, AstNode},
SyntaxKind, SyntaxNode, TextRange, TextSize,
};
use triomphe::Arc;