Skip to content

Commit e1d188d

Browse files
committed
style: apply clippy suggestion
1 parent fb60c98 commit e1d188d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/src/runners/async_runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ where
290290
}?;
291291

292292
let copy_to_sources: Vec<&CopyToContainer> =
293-
container_req.copy_to_sources().map(Into::into).collect();
293+
container_req.copy_to_sources().collect();
294294

295295
for copy_to_source in copy_to_sources {
296296
client

0 commit comments

Comments
 (0)