Unnamed repository; edit this file 'description' to name the repository.
Merge ref '029c9e18dd1f' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: rust-lang/rust@029c9e18dd1f4668e1d42bb187c1c263dfe20093
Filtered ref: rust-lang/rust-analyzer@912b3ed408f87f63e82e2029b1f38297fe3fc0d2
Upstream diff: https://github.com/rust-lang/rust/compare/43a4909ee98ed4d006d9d773f5d94dc58e34f846...029c9e18dd1f4668e1d42bb187c1c263dfe20093
This merge was created using https://github.com/rust-lang/josh-sync.
| -rw-r--r-- | crates/hir-ty/src/mir/lower/as_place.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/mir/lower/as_place.rs b/crates/hir-ty/src/mir/lower/as_place.rs index bb00a79480..71014eb661 100644 --- a/crates/hir-ty/src/mir/lower/as_place.rs +++ b/crates/hir-ty/src/mir/lower/as_place.rs @@ -1,7 +1,7 @@ //! MIR lowering for places use hir_def::FunctionId; -use rustc_type_ir::inherent::{Region as _, Ty as _}; +use rustc_type_ir::inherent::Region as _; use super::*; use crate::{ |