Skip to content

Commit

Permalink
Remove unnecessary compiler allow
Browse files Browse the repository at this point in the history
bindgen no longer emits the troublesome code that required the allow.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 9, 2024
1 parent 382271b commit 8744889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devicemapper-rs-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(deref_nullptr)]
#![allow(clippy::all)]

include!(concat!(env!("OUT_DIR"), "/dm-bindings.rs"));
Expand Down

0 comments on commit 8744889

Please sign in to comment.