Rebase fallout

This commit is contained in:
Oliver Scherer 2018-11-14 12:19:56 +01:00
parent b820cc79a9
commit d3139b9c41

View file

@ -30,7 +30,7 @@ use syntax::ast::Mutability;
use super::{
Pointer, AllocId, Allocation, GlobalId, AllocationExtra, InboundsCheck,
EvalResult, Scalar, EvalErrorKind, AllocType, PointerArithmetic,
Machine, AllocMap, MayLeak, ErrorHandled,
Machine, AllocMap, MayLeak, ErrorHandled, AllocationExtra,
};
#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]