Skip to content

Commit

Permalink
bindings: remove obsolete unaligned_references lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnurou committed Jun 3, 2023
1 parent cb247e5 commit eded871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(deref_nullptr)]
#![allow(unaligned_references)]
#![allow(clippy::all)]

#[cfg(target_pointer_width = "64")]
Expand Down

0 comments on commit eded871

Please sign in to comment.