kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
436 stars 36 forks source link

Add missing `#[repr(transparent)]` on `Write<_>` #74

Closed moulins closed 1 year ago

moulins commented 1 year ago

This fixes potential UB in Write's casting methods.