https://github.com/spacejam/rio/blob/319f7fb04014aa88540c3539bd97d5a0006a1eb9/src/lazy.rs#L79-L84 If the assert fails, the object value_ptr pointing to (which is on the heap) will leak.
rio/src/lazy.rs
Lines 79 to 84 in 319f7fb
If the assert fails, the object value_ptr pointing to (which is on the heap) will leak.