Display the summary in execution order

This commit is contained in:
Roey Darwish Dror
2018-06-11 08:32:45 +03:00
parent b54276863b
commit 00c0c0b0c1
2 changed files with 4 additions and 8 deletions

View File

@@ -221,9 +221,6 @@ fn main() -> Result<(), Error> {
}
}
let mut reports: Vec<_> = reports.into_iter().collect();
reports.sort();
if !reports.is_empty() {
terminal.print_separator("Summary");