Remove a now-useless flag
This commit is contained in:
parent
813b56b5ab
commit
48fe0dfe48
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user