From ae132f478c6cfc6ffb062fecd7efb42ac4e5d804 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jan 2022 06:36:44 -0500 Subject: stop cloning exe and env all over the place --- src/env.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/env.rs') diff --git a/src/env.rs b/src/env.rs index e88ec7c..31671a3 100644 --- a/src/env.rs +++ b/src/env.rs @@ -1,6 +1,5 @@ use std::os::unix::process::ExitStatusExt as _; -#[derive(Clone)] pub struct Env { latest_status: async_std::process::ExitStatus, } -- cgit v1.2.3-54-g00ecf