I'm hesitant to open this issue, because I suspect it has an obvious answer that I'm missing.
Anyway...
I love the new dbg! macro in 1.32.0. But, given that its purpose is outputting debugging messages, should its output be suppressed in a project's release build? (cargo build --release)
I'm hesitant to open this issue, because I suspect it has an obvious answer that I'm missing.
Anyway...
I love the new dbg! macro in 1.32.0. But, given that its purpose is outputting debugging messages, should its output be suppressed in a project's release build? (cargo build --release)