aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mingling_core/src/program.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs
index d655c74..a671e9b 100644
--- a/mingling_core/src/program.rs
+++ b/mingling_core/src/program.rs
@@ -90,7 +90,7 @@ where
let wide: Vec<u16> = arg.encode_wide().collect();
String::from_utf16_lossy(&wide)
})
- .collect()
+ .collect::<Vec<_>>()
});
}