mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01: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
|
//! MIR lowering for patterns
|
||||||
|
|
||||||
use hir_def::AssocItemId;
|
use hir_def::{hir::LiteralOrConst, resolver::HasResolver, AssocItemId};
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
mir::lower::{
|
mir::lower::{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue