mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
clippy
This commit is contained in:
parent
9574bd9928
commit
9d057a1227
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ fn wasmer_create_app(app_bytes_ptr: u32, app_bytes_len: u32) -> u32 {
|
|||
if false {
|
||||
let path = std::env::temp_dir().join("roc_repl_test_invalid_app.wasm");
|
||||
fs::write(path, app_module_bytes).unwrap();
|
||||
println!("Wrote invalid wasm to {}", path);
|
||||
println!("Wrote invalid wasm to {:?}", path);
|
||||
}
|
||||
return false.into();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue