Fix bindgen warnings

This commit is contained in:
Antonio Scandurra 2022-08-30 09:37:49 +02:00
parent 82ec2dc7ca
commit ef8a0dc175

View File

@ -1,3 +1,7 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
use objc::*;
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));