Closed milapsheth closed 3 years ago
An observation made in the tofn audit is that we use assert! in some production code, which in Rust isn't disabled during a release build. Switch these to debug_assert!.
assert!
debug_assert!
An observation made in the tofn audit is that we use
assert!
in some production code, which in Rust isn't disabled during a release build. Switch these todebug_assert!
.