We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e313 commit 6124431Copy full SHA for 6124431
crates/hir/src/source_analyzer.rs
@@ -42,7 +42,7 @@ use hir_ty::{
42
use itertools::Itertools;
43
use smallvec::SmallVec;
44
use syntax::{
45
- ast::{self, AstNode, BinExpr, Expr, IdentPat, PathExpr},
+ ast::{self, AstNode},
46
SyntaxKind, SyntaxNode, TextRange, TextSize,
47
};
48
use triomphe::Arc;
0 commit comments