take_mut icon indicating copy to clipboard operation
take_mut copied to clipboard

Read mut_ref inside of catch_unwind closure

Open kovaxis opened this issue 7 years ago • 0 comments

This small change saves 4 copies of T in my debug tests, even preventing a stack overflow in my user code. Only makes a difference when building in debug mode and T is large.

kovaxis avatar Feb 19 '18 15:02 kovaxis