there is no point in Registers being Copy + Clone

master
edef 2015-04-16 07:10:05 -04:00
parent 222ab0eaa9
commit 7271fe1724
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ use super::common::{push, rust_trampoline};
pub const STACK_ALIGN: usize = 16;
#[allow(raw_pointer_derive)]
#[derive(Copy, Clone)]
pub struct Registers {
rsp: *mut usize
}