mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
Add missing imports
This commit is contained in:
parent
9e4ecc60a5
commit
2edd74be7e
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