about summary refs log tree commit diff
path: root/custom_mutators/rust/custom_mutator-sys/src/lib.rs
blob: 719ac994e64f77e6dbc00128430acad5f60575b1 (plain) (blame)
1
2
3
4
5
6
7
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(clippy::too_many_lines)]
#![allow(clippy::used_underscore_binding)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));