Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 9, 2024
1 parent c89bf6f commit 04f7841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework-crates/objc2-core-audio-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extern crate alloc;
#[cfg(feature = "std")]
extern crate std;

#[allow(clippy::eq_op)]
mod generated;
#[allow(unused_imports, unreachable_pub)]
pub use self::generated::*;
Expand Down

0 comments on commit 04f7841

Please sign in to comment.