Closed blinxen closed 1 year ago
Both tests only panic in debug mode because debug_assert is used In release mode 'debug_assert' evaluates to a NOOP and the tests don't panic
Thanks a bunch! Looks good to me. As soon as CI finishes, I'll merge.
Both tests only panic in debug mode because debug_assert is used In release mode 'debug_assert' evaluates to a NOOP and the tests don't panic