diff --git a/ofborg/src/tasks/build.rs b/ofborg/src/tasks/build.rs index b8f2c38..62eeaea 100644 --- a/ofborg/src/tasks/build.rs +++ b/ofborg/src/tasks/build.rs @@ -97,10 +97,7 @@ impl<'a, 'b> JobActions<'a, 'b> { } pub fn log_snippet(&self) -> Vec { - self.snippet_log - .clone() - .into_iter() - .collect::>() + self.snippet_log.clone().into() } pub fn commit_missing(&mut self) {