diff --git a/src/common/log.rs b/src/common/log.rs index d7d82979..60bab059 100644 --- a/src/common/log.rs +++ b/src/common/log.rs @@ -58,7 +58,7 @@ where .skip(1) .enumerate() .map(|(i, e)| format!("{:>5}: {}", i, e)) - .collect::>() + .collect::>() .join("\n"); if !sources.is_empty() { message += "\nCaused by:\n";