mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Merge branch 'rebuild-platform' of github.com:roc-lang/roc into rebuild-platform
This commit is contained in:
commit
4863234c68
3 changed files with 78 additions and 55 deletions
|
@ -101,7 +101,7 @@ pub struct Run {
|
|||
stdin_vals: Vec<&'static str>,
|
||||
}
|
||||
|
||||
impl<'run> Run {
|
||||
impl Run {
|
||||
pub fn new<S>(exe: S) -> Self
|
||||
where
|
||||
S: AsRef<OsStr>,
|
||||
|
@ -194,7 +194,7 @@ impl<'run> Run {
|
|||
where
|
||||
I: IntoIterator<Item = &'static str>,
|
||||
{
|
||||
self.stdin_vals.extend(stdin_vals.into_iter());
|
||||
self.stdin_vals.extend(stdin_vals);
|
||||
self
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue