Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Jun 5, 2024
1 parent d5d12ba commit 2dc7e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub(crate) fn report_group<'a>(

let mut table_data: Vec<Vec<String>> = Vec::new();
for bench in benches.iter_mut() {
let result = bench.get_results(&test_name);
let result = bench.get_results(test_name);
add_result(&result, report_memory, &mut table_data);
write_results_to_disk(&result);
}
Expand Down

0 comments on commit 2dc7e43

Please sign in to comment.