mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-09 11:48:48 +00:00
Add missing imports
This commit is contained in:
parent
9470e0a04e
commit
9bfe0e98f1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
//! MIR lowering for patterns
|
||||
|
||||
use hir_def::AssocItemId;
|
||||
use hir_def::{hir::LiteralOrConst, resolver::HasResolver, AssocItemId};
|
||||
|
||||
use crate::{
|
||||
mir::lower::{
|
||||
|
|
Loading…
Reference in a new issue