forked from vitrine/wmaker
Fix false positive improper_ctypes warnings for structs that are opaque types from C (#27)
This should be simple enough not to need further review. It gets rid of a bunch of warnings about struct fields defined with Rust-only types which are not visible from C. Reviewed-on: vitrine/wmaker#27
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[allow(improper_ctypes)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#[allow(non_snake_case)]
|
||||
#[allow(non_upper_case_globals)]
|
||||
|
||||
Reference in New Issue
Block a user