We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a771376 commit 1e470e1Copy full SHA for 1e470e1
util/process_wrapper/options.rs
@@ -308,7 +308,7 @@ fn environment_block(
308
// Have the last values added take precedence over the first.
309
// This is simpler than needing to track duplicates and explicitly override
310
// them.
311
- environment_variables.extend(environment_file_block.into_iter());
+ environment_variables.extend(environment_file_block);
312
for (f, replace_with) in &[stable_stamp_mappings, volatile_stamp_mappings].concat() {
313
for value in environment_variables.values_mut() {
314
let from = format!("{{{f}}}");
0 commit comments