Skip to content

Commit 428af73

Browse files
committed
Rebase fallout
1 parent 5d58a03 commit 428af73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: src/librustc/mir/interpret/pointer.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use mir;
1+
use mir;
22
use ty::layout::{self, HasDataLayout, Size};
33

44
use super::{
@@ -148,4 +148,4 @@ impl<'tcx, Tag> Pointer<Tag> {
148148
pub fn erase_tag(self) -> Pointer {
149149
Pointer { alloc_id: self.alloc_id, offset: self.offset, tag: () }
150150
}
151-
}
151+
}

Diff for: src/librustc_mir/interpret/operand.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
//! All high-level functions to read from memory work on operands as sources.
1313
1414
use std::convert::TryInto;
15-
use std::fmt;
1615

1716
use rustc::{mir, ty};
1817
use rustc::ty::layout::{self, Size, LayoutOf, TyLayout, HasDataLayout, IntegerExt};

0 commit comments

Comments
 (0)