Stop complaining about FFI type names
This commit is contained in:
parent
ed8cf91a3c
commit
13e7cdbc4e
|
|
@ -1,4 +1,5 @@
|
||||||
#[doc(hidden)];
|
#[doc(hidden)];
|
||||||
|
#[allow(non_camel_case_types)];
|
||||||
|
|
||||||
use std::libc::{c_int, c_void, c_long, c_ulong, c_char};
|
use std::libc::{c_int, c_void, c_long, c_ulong, c_char};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue