Remove a now-useless flag

This commit is contained in:
Oli Scherer 2023-07-07 13:41:32 +00:00
parent 813b56b5ab
commit 48fe0dfe48

View File

@ -284,7 +284,6 @@ fn run_dep_mode(target: String, mut args: impl Iterator<Item = OsString>) -> Res
}
let mut cmd = config.program.build(&config.out_dir);
cmd.arg("--color").arg("always");
cmd.arg(path);
cmd.args(args);