1 2 3 4 5 6 7 8 9 10 11
#![allow(non_camel_case_types)] #![allow(non_upper_case_globals)] #![allow(non_snake_case)] #![allow(dead_code)] #![allow(unreachable_pub)] #![allow(clippy::all)] // ignore warning from bindgen-generated struct alignment tests // https://github.com/rust-lang/rust-bindgen/issues/1651 #![allow(deref_nullptr)] include!(concat!(env!("OUT_DIR"), "/bash/bindings.rs"));