mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-10 00:00:24 +03:00
bindgen: suppress warnings on generated code
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
476dbb9cec
commit
fc1016eeca
@ -7,6 +7,7 @@
|
|||||||
#![allow(non_camel_case_types)]
|
#![allow(non_camel_case_types)]
|
||||||
#![allow(non_snake_case)]
|
#![allow(non_snake_case)]
|
||||||
#![allow(unused)]
|
#![allow(unused)]
|
||||||
|
#![allow(unnecessary_transmutes)]
|
||||||
|
|
||||||
use crate::c;
|
use crate::c;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user