diff --git a/src/memory.rs b/src/memory.rs index 0fe2b735671b..efaf33867de1 100644 --- a/src/memory.rs +++ b/src/memory.rs @@ -15,8 +15,7 @@ pub struct Memory { #[derive(Copy, Clone, Debug, Eq, PartialEq)] pub struct AllocId(u64); -// TODO(tsion): Shouldn't clone Allocation. (Audit the rest of the code.) -#[derive(Clone, Debug)] +#[derive(Debug)] pub struct Allocation { pub bytes: Vec, // TODO(tsion): relocations