Skip to content

Commit 881c3bb

Browse files
committed
remove duplicate into_iter()
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 8f66682 commit 881c3bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/trigger/src/runtime_config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ impl RuntimeConfig {
220220
.hosts
221221
.clone()
222222
.into_iter()
223-
.into_iter()
224223
.filter_map(|host| {
225224
use_existing_if_available(
226225
existing_opts_for_component,

0 commit comments

Comments
 (0)