Skip to content

Commit 448f318

Browse files
authored
acpi: Remove Clone Copy traits for MADT (#238)
1 parent 49b0da8 commit 448f318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acpi/src/madt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub enum MadtError {
3434
/// * The Streamlined Advanced Programmable Interrupt Controller (SAPIC) model (for Itanium systems)
3535
/// * The Generic Interrupt Controller (GIC) model (for ARM systems)
3636
#[repr(C, packed)]
37-
#[derive(Debug, Clone, Copy)]
37+
#[derive(Debug)]
3838
pub struct Madt {
3939
pub header: SdtHeader,
4040
pub local_apic_address: u32,

0 commit comments

Comments
 (0)