Skip to content

Commit

Permalink
Merge pull request #3709 from mulkieran/allow-improper-ctypes
Browse files Browse the repository at this point in the history
Allow improper ctypes in bindgen-generated bindings
  • Loading branch information
mulkieran authored Oct 17, 2024
2 parents 07d780d + fb78ef7 commit db449b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/systemd/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(improper_ctypes)]
#![allow(clippy::redundant_static_lifetimes)]
#![allow(clippy::unreadable_literal)]
#![allow(clippy::missing_safety_doc)]
Expand Down

0 comments on commit db449b8

Please sign in to comment.