From d2f50fcc84708d8bf6ba6bf1b0d5a0b83945d51d Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 19 Jul 2023 13:13:48 +0200 Subject: [PATCH] fmt --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a76f9e5..d376b6d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,7 +62,6 @@ pub fn make_cargo_command(cmd: &CargoCmd, message_format: &Option) -> Co let cargo = env::var("CARGO").unwrap_or_else(|_| "cargo".to_string()); let mut command = Command::new(cargo); - command.arg(cmd.subcommand_name()); // Any command that needs to compile code will run under this environment.