Skip to content

Commit 7c3c271

Browse files
committed
fmt
1 parent 3d3550f commit 7c3c271

File tree

1 file changed

+1
-5
lines changed
  • src/tools/miri/src/alloc_addresses

1 file changed

+1
-5
lines changed

src/tools/miri/src/alloc_addresses/mod.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ trait EvalContextExtPriv<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
141141
}
142142
}
143143

144-
fn addr_from_alloc_id(
145-
&self,
146-
alloc_id: AllocId,
147-
_kind: MemoryKind,
148-
) -> InterpResult<'tcx, u64> {
144+
fn addr_from_alloc_id(&self, alloc_id: AllocId, _kind: MemoryKind) -> InterpResult<'tcx, u64> {
149145
let ecx = self.eval_context_ref();
150146
let mut global_state = ecx.machine.alloc_addresses.borrow_mut();
151147
let global_state = &mut *global_state;

0 commit comments

Comments
 (0)