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
d9f9183009
commit
3a9dbec14b
1 changed files with 0 additions and 4 deletions
|
@ -719,10 +719,6 @@ fn roc_run<'a, I: IntoIterator<Item = &'a OsStr>>(
|
|||
.strip_prefix(env::current_dir().unwrap())
|
||||
.unwrap_or(path);
|
||||
|
||||
// No need to waste time freeing this memory,
|
||||
// since the process is about to exit anyway.
|
||||
std::mem::forget(arena);
|
||||
|
||||
#[cfg(target_family = "unix")]
|
||||
{
|
||||
use std::os::unix::ffi::OsStrExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue