Inline format_args
Co-authored-by: Michael Goulet <michael@errs.io>
This commit is contained in:
parent
cab94d29ff
commit
73417b1e15
2 changed files with 2 additions and 2 deletions
|
@ -778,7 +778,7 @@ pub fn print_time_passes_entry(
|
||||||
"rss_start": start_rss,
|
"rss_start": start_rss,
|
||||||
"rss_end": end_rss,
|
"rss_end": end_rss,
|
||||||
});
|
});
|
||||||
eprintln!("time: {}", json);
|
eprintln!("time: {json}");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
TimePassesFormat::Text => (),
|
TimePassesFormat::Text => (),
|
||||||
|
|
|
@ -100,7 +100,7 @@ pub(crate) fn fluent_messages(input: proc_macro::TokenStream) -> proc_macro::Tok
|
||||||
Diagnostic::spanned(
|
Diagnostic::spanned(
|
||||||
resource_span,
|
resource_span,
|
||||||
Level::Error,
|
Level::Error,
|
||||||
format!("could not open Fluent resource: {}", e),
|
format!("could not open Fluent resource: {e}"),
|
||||||
)
|
)
|
||||||
.emit();
|
.emit();
|
||||||
return failed(&crate_name);
|
return failed(&crate_name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue