Skip to content

Commit 9caeabe

Browse files
committed
Add missing imports
1 parent 4a2588a commit 9caeabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/pattern_matching.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! MIR lowering for patterns
22
3-
use hir_def::AssocItemId;
3+
use hir_def::{hir::LiteralOrConst, resolver::HasResolver, AssocItemId};
44

55
use crate::{
66
mir::lower::{

0 commit comments

Comments
 (0)