mirror of https://github.com/zkat/miette.git
Use older syntax for `println` in test
This commit is contained in:
parent
6af26817cf
commit
b2112f4058
|
|
@ -46,7 +46,7 @@ fn fmt_report_with_settings(
|
||||||
|
|
||||||
handler.render_report(&mut out, diag.as_ref()).unwrap();
|
handler.render_report(&mut out, diag.as_ref()).unwrap();
|
||||||
|
|
||||||
println!("Error:\n```\n{out}\n```");
|
println!("Error:\n```\n{}\n```", out);
|
||||||
|
|
||||||
out
|
out
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue