You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling `drop_in_place` on a `ManuallyDrop<T>` is a no-op. This commit
switches the code to call `ManuallDrop::drop` instead, which actually
drops the inner `T`.
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments