Skip to content

Commit 9b62d60

Browse files
committed
fmt
1 parent 01d9329 commit 9b62d60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/librustc_mir/interpret/machine.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,7 @@ pub trait Machine<'mir, 'tcx>: Sized {
219219
///
220220
/// This function must be idempotent.
221221
#[inline]
222-
fn canonical_alloc_id(
223-
_mem: &Memory<'mir, 'tcx, Self>,
224-
id: AllocId,
225-
) -> AllocId {
222+
fn canonical_alloc_id(_mem: &Memory<'mir, 'tcx, Self>, id: AllocId) -> AllocId {
226223
id
227224
}
228225

0 commit comments

Comments
 (0)