Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6124431

Browse files
committed
Remove unused imports
1 parent 0f4e313 commit 6124431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir/src/source_analyzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use hir_ty::{
4242
use itertools::Itertools;
4343
use smallvec::SmallVec;
4444
use syntax::{
45-
ast::{self, AstNode, BinExpr, Expr, IdentPat, PathExpr},
45+
ast::{self, AstNode},
4646
SyntaxKind, SyntaxNode, TextRange, TextSize,
4747
};
4848
use triomphe::Arc;

0 commit comments

Comments
 (0)