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:
2026-04-05 19:58:39 -04:00
parent b5e94932c9
commit 797ef1ace8
+1
View File
@@ -1,3 +1,4 @@
#[allow(improper_ctypes)]
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]
#[allow(non_upper_case_globals)]