Skip to content

Commit 0aa2aa8

Browse files
committed
Rebase fallout
1 parent dd194ef commit 0aa2aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use syntax::ast::Mutability;
3030
use super::{
3131
Pointer, AllocId, Allocation, ConstValue, GlobalId,
3232
EvalResult, Scalar, EvalErrorKind, AllocType, PointerArithmetic,
33-
Machine, MemoryAccess, AllocMap, MayLeak, ScalarMaybeUndef, AllocationExtra, ErrorHandled,
33+
Machine, AllocMap, MayLeak, ScalarMaybeUndef, AllocationExtra, ErrorHandled,
3434
};
3535

3636
#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]

0 commit comments

Comments
 (0)