Some simple clippy::perf fixes

This commit is contained in:
Nilstrieb 2023-04-09 21:52:46 +02:00
parent 1c39afb375
commit f058d05fc2
5 changed files with 5 additions and 6 deletions

View file

@ -778,7 +778,7 @@ pub fn print_time_passes_entry(
"rss_start": start_rss,
"rss_end": end_rss,
});
eprintln!("time: {}", json.to_string());
eprintln!("time: {}", json);
return;
}
TimePassesFormat::Text => (),