diff --git a/samply/src/mac/proc_maps.rs b/samply/src/mac/proc_maps.rs index 4a7f304c..c8e15516 100644 --- a/samply/src/mac/proc_maps.rs +++ b/samply/src/mac/proc_maps.rs @@ -545,7 +545,7 @@ fn do_stackwalk( } } -#[derive(Debug, Clone)] +#[derive(Debug)] pub struct ForeignMemory { task: mach_port_t, data: Vec, @@ -652,7 +652,7 @@ impl Deref for VmSubData { } } -#[derive(Debug, Clone)] +#[derive(Debug)] pub struct VmData { address_range: std::ops::Range, data: *mut u8,