bindgen: suppress warnings on generated code

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-10-04 12:36:19 -04:00
parent 476dbb9cec
commit fc1016eeca

View File

@ -7,6 +7,7 @@
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused)]
#![allow(unnecessary_transmutes)]
use crate::c;