Closed robojumper closed 3 years ago
debug_assert doesn't execute the expression at all in release mode, so hoist the event recording.
debug_assert
Drive-by commits:
Very nice. I was sure I'd stopped using the debug_assert! footgun.
debug_assert!
Thanks for finding and fixing it!
This has been released in 0.5.7.
0.5.7
debug_assert
doesn't execute the expression at all in release mode, so hoist the event recording.Drive-by commits: