Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 23, 2020
1 parent 01d9329 commit 9b62d60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/librustc_mir/interpret/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,7 @@ pub trait Machine<'mir, 'tcx>: Sized {
///
/// This function must be idempotent.
#[inline]
fn canonical_alloc_id(
_mem: &Memory<'mir, 'tcx, Self>,
id: AllocId,
) -> AllocId {
fn canonical_alloc_id(_mem: &Memory<'mir, 'tcx, Self>, id: AllocId) -> AllocId {
id
}

Expand Down

0 comments on commit 9b62d60

Please sign in to comment.