Skip to content

Commit 1e470e1

Browse files
committed
Address new clippy lints
1 parent a771376 commit 1e470e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/process_wrapper/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ fn environment_block(
308308
// Have the last values added take precedence over the first.
309309
// This is simpler than needing to track duplicates and explicitly override
310310
// them.
311-
environment_variables.extend(environment_file_block.into_iter());
311+
environment_variables.extend(environment_file_block);
312312
for (f, replace_with) in &[stable_stamp_mappings, volatile_stamp_mappings].concat() {
313313
for value in environment_variables.values_mut() {
314314
let from = format!("{{{f}}}");

0 commit comments

Comments
 (0)