mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
allow improper ctypes
This commit is contained in:
parent
3da5c21813
commit
bd27e80daa
|
@ -1,6 +1,7 @@
|
|||
#[allow(non_upper_case_globals)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#[allow(non_snake_case)]
|
||||
#[allow(improper_ctypes)]
|
||||
mod ffi {
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue