Some simple clippy::perf
fixes
This commit is contained in:
parent
1c39afb375
commit
f058d05fc2
5 changed files with 5 additions and 6 deletions
|
@ -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 => (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue