Skip to content

Commit

Permalink
acpi: allow MADT variants to be non-camel-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 3, 2025
1 parent e472b5c commit 0fa93ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oro-acpi/src/madt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ macro_rules! madt_entries {
paste! {
/// Represents an entry in the MADT table.
#[expect(missing_docs)]
#[allow(non_camel_case_types)]
#[non_exhaustive]
pub enum MadtEntry<'a> {
$(
Expand Down

0 comments on commit 0fa93ad

Please sign in to comment.