Fix false positive improper_ctypes warnings for structs that are opaque types from C #27

Merged
trurl merged 2 commits from trurl/wmaker:refactor/riir into refactor/riir 2026-04-05 19:58:39 -04:00

View File

@@ -1,3 +1,4 @@
#[allow(improper_ctypes)]
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]
#[allow(non_upper_case_globals)]