Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Feb 25, 2024
1 parent 4a2588a commit 9caeabe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! MIR lowering for patterns
use hir_def::AssocItemId;
use hir_def::{hir::LiteralOrConst, resolver::HasResolver, AssocItemId};

use crate::{
mir::lower::{
Expand Down

0 comments on commit 9caeabe

Please sign in to comment.