mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-16 17:25:03 +01:00
cookbook
This commit is contained in:
parent
5ac406e650
commit
162641c14a
1 changed files with 2 additions and 0 deletions
|
|
@ -283,6 +283,8 @@ impl Build {
|
||||||
cmd.env(&env.key, &env.value);
|
cmd.env(&env.key, &env.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmd.env("MINIMIZE_LINTS", "1");
|
||||||
|
|
||||||
let outputs = cmd
|
let outputs = cmd
|
||||||
.output()
|
.output()
|
||||||
.with_context(|| format!("spawning script: `{cmd:?}`"))?;
|
.with_context(|| format!("spawning script: `{cmd:?}`"))?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue