Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoyuVanilla committed Feb 27, 2024
1 parent 0f4e313 commit 6124431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hir/src/source_analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6124431

Please sign in to comment.