mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
allow improper ctypes
This commit is contained in:
parent
3da5c21813
commit
bd27e80daa
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue