Fix false positive improper_ctypes warnings for structs that are opaque types from C #27
Reference in New Issue
Block a user
Delete Branch "trurl/wmaker:refactor/riir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.