Skip to content

Commit

Permalink
unaligned_references lint allowed for ffi module
Browse files Browse the repository at this point in the history
  • Loading branch information
adambezecny committed Sep 11, 2022
1 parent 63ae611 commit 5a9a426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffi.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Package ffi contains bindings to underlying C API and thin abstraction for managing C handles.
#![allow(warnings)]
#![allow(unaligned_references)]
include!("ffi/bindings.rs");

// manual entry as API v1.21.0 is using this types as #define so bindings.rs does not contains them
Expand Down

0 comments on commit 5a9a426

Please sign in to comment.