Merge remote-tracking branch 'origin/next' into next

This commit is contained in:
Graham Christensen 2018-03-18 19:53:17 -04:00
commit 2c5b55d060
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -97,10 +97,7 @@ impl<'a, 'b> JobActions<'a, 'b> {
}
pub fn log_snippet(&self) -> Vec<String> {
self.snippet_log
.clone()
.into_iter()
.collect::<Vec<String>>()
self.snippet_log.clone().into()
}
pub fn commit_missing(&mut self) {