mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix a warning when testing with --release
This commit is contained in:
parent
d9992e26b1
commit
7f65298cf5
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ fn promote_expr_to_module(src: &str) -> String {
|
|||
}
|
||||
|
||||
fn write_final_wasm() -> bool {
|
||||
use roc_debug_flags::{dbg_do, ROC_WRITE_FINAL_WASM};
|
||||
use roc_debug_flags::dbg_do;
|
||||
|
||||
dbg_do!(ROC_WRITE_FINAL_WASM, {
|
||||
dbg_do!(roc_debug_flags::ROC_WRITE_FINAL_WASM, {
|
||||
return true;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue