take_mut
take_mut copied to clipboard
Don't leak the recovery closure on filling a hole
The thing can have a destructor (because the closure might capture things that have destructor themselves) and not running it might leak resources.