mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
clippy
This commit is contained in:
parent
e911d35416
commit
4d726925bd
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ fn roc_run_native_debug(
|
|||
|
||||
// let shm_name = format!("/roc_expect_buffer_{}", std::process::id());
|
||||
let shm_name = "/roc_expect_buffer";
|
||||
let memory = ExpectMemory::create_or_reuse_mmap(&shm_name);
|
||||
let memory = ExpectMemory::create_or_reuse_mmap(shm_name);
|
||||
|
||||
let layout_interner = layout_interner.into_global();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue