parent
b5611445eb
commit
f04b8a0fb4
@ -1,3 +1,8 @@ |
|||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)] |
#![allow(
|
||||||
|
non_upper_case_globals, |
||||||
|
non_camel_case_types, |
||||||
|
non_snake_case, |
||||||
|
deref_nullptr |
||||||
|
)] |
||||||
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs")); |
include!(concat!(env!("OUT_DIR"), "/bindings.rs")); |
||||||
|
Loading…
Reference in new issue