diff --git a/acpi/src/madt.rs b/acpi/src/madt.rs index 8424e893..c89a6731 100644 --- a/acpi/src/madt.rs +++ b/acpi/src/madt.rs @@ -34,7 +34,7 @@ pub enum MadtError { /// * The Streamlined Advanced Programmable Interrupt Controller (SAPIC) model (for Itanium systems) /// * The Generic Interrupt Controller (GIC) model (for ARM systems) #[repr(C, packed)] -#[derive(Debug, Clone, Copy)] +#[derive(Debug)] pub struct Madt { pub header: SdtHeader, pub local_apic_address: u32,