Skip to content

Commit

Permalink
Rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 31, 2018
1 parent dd194ef commit 0aa2aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use syntax::ast::Mutability;
use super::{
Pointer, AllocId, Allocation, ConstValue, GlobalId,
EvalResult, Scalar, EvalErrorKind, AllocType, PointerArithmetic,
Machine, MemoryAccess, AllocMap, MayLeak, ScalarMaybeUndef, AllocationExtra, ErrorHandled,
Machine, AllocMap, MayLeak, ScalarMaybeUndef, AllocationExtra, ErrorHandled,
};

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

0 comments on commit 0aa2aa8

Please sign in to comment.