Closed as not planned
Closed as not planned
Description
Much like in this Users thread, I would like to be able to target debug builds with cfg!()
(in order to hide logging output only on release builds). I have some ways of accomplishing this, but it'd be convenient to have a cfg
flag that we could target, independent of debug_assertions
.