Skip to content

Commit d9f8981

Browse files
remove unused import
1 parent 9e951c9 commit d9f8981

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/hir-ty/src/mir/lower

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/as_place.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use hir_def::FunctionId;
44
use intern::sym;
5-
use rustc_type_ir::inherent::{AdtDef, Region as _, Ty as _};
5+
use rustc_type_ir::inherent::{AdtDef, Region as _};
66

77
use super::*;
88
use crate::{

0 commit comments

Comments
 (0)