We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
miri
1 parent a1d14f0 commit 0c41b5aCopy full SHA for 0c41b5a
ui_test/src/dependencies.rs
@@ -38,9 +38,6 @@ pub fn build_dependencies(config: &Config) -> Result<Dependencies> {
38
39
// Reusable closure for setting up the environment both for artifact generation and `cargo_metadata`
40
let setup_command = |cmd: &mut Command| {
41
- // Avoid poisoning the target directory and causing unnecessary rebuilds.
42
- cmd.env_remove("RUSTFLAGS");
43
-
44
cmd.envs(envs.iter().map(|(k, v)| (k, v)));
45
cmd.arg("--manifest-path").arg(manifest_path);
46
};
0 commit comments