diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-04-09 23:29:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-09 23:29:39 +0200 |
| commit | 73417b1e1503ad6a3eeae93cd12ecdc727f002c0 (patch) | |
| tree | 8eb461b17c430bb4d1f7271556ba7c13006fab50 /compiler/rustc_data_structures | |
| parent | cab94d29ffc4929a181cbfdb744f87deab467cc1 (diff) | |
| download | rust-73417b1e1503ad6a3eeae93cd12ecdc727f002c0.tar.gz rust-73417b1e1503ad6a3eeae93cd12ecdc727f002c0.zip | |
Inline format_args
Co-authored-by: Michael Goulet <michael@errs.io>
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/src/profiling.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/profiling.rs b/compiler/rustc_data_structures/src/profiling.rs index 92924111a00..1ed584eafad 100644 --- a/compiler/rustc_data_structures/src/profiling.rs +++ b/compiler/rustc_data_structures/src/profiling.rs @@ -778,7 +778,7 @@ pub fn print_time_passes_entry( "rss_start": start_rss, "rss_end": end_rss, }); - eprintln!("time: {}", json); + eprintln!("time: {json}"); return; } TimePassesFormat::Text => (), |
