Clippy fixes

This commit is contained in:
Brian Carroll 2022-01-09 16:41:53 +00:00
parent 4f15fb3967
commit dd79a9b35a
3 changed files with 3 additions and 2 deletions

View file

@ -233,5 +233,5 @@ pub const DEBUG_LOG_SETTINGS: WasmDebugLogSettings = WasmDebugLogSettings {
helper_procs_ir: false && cfg!(debug_assertions),
let_stmt_ir: false && cfg!(debug_assertions),
instructions: false && cfg!(debug_assertions),
keep_test_binary: false && cfg!(debug_assertions),
keep_test_binary: true && cfg!(debug_assertions),
};