Skip to content

Commit

Permalink
zfs-core-sys: suppress warnings from bindgen generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Oct 16, 2021
1 parent 9b69efb commit b5215b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zfs-core-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(clippy::redundant_static_lifetimes)]
#![allow(deref_nullptr)]

extern crate nvpair_sys as nvpair;
use nvpair::*;
Expand Down

0 comments on commit b5215b8

Please sign in to comment.