We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50530b1 commit d2f50fcCopy full SHA for d2f50fc
src/lib.rs
@@ -62,7 +62,6 @@ pub fn make_cargo_command(cmd: &CargoCmd, message_format: &Option<String>) -> Co
62
let cargo = env::var("CARGO").unwrap_or_else(|_| "cargo".to_string());
63
64
let mut command = Command::new(cargo);
65
-
66
command.arg(cmd.subcommand_name());
67
68
// Any command that needs to compile code will run under this environment.
0 commit comments