core-foundation-rs
core-foundation-rs copied to clipboard
Update structs to remove 'zero type structs' for consumers.
Issue by rthomas
Thursday Jul 27, 2017 at 16:52 GMT
Originally opened as https://github.com/servo/core-graphics-rs/issues/89
This is related to servo/core-text-rs#62 to remove the warnings when building.
The offending types for core-text
are CGAffineTransform
and CGContextRef
.
Other warnings in the crate should also be cleaned up or silenced. The method for the two listed types can be found at rust-lang/rust#27303
Comment by rthomas
Thursday Jul 27, 2017 at 16:52 GMT
@jdm I've raised this to track the work for this crate.