Closed JOE1994 closed 3 years ago
Fixes #47
Wraps self with ManuallyDrop to guard against double drop bugs. ManuallyDrop is a zero-cost wrapper type.
self
ManuallyDrop
Thank you for reviewing this PR :+1:
Wow, thanks a lot for reporting AND fixing this. Much appreciated :).
Fixes #47
Wraps
self
withManuallyDrop
to guard against double drop bugs.ManuallyDrop
is a zero-cost wrapper type.Thank you for reviewing this PR :+1: