mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-06-28 16:00:23 +02:00
Use to_string instead of format!
This commit is contained in:
@ -115,7 +115,7 @@ async fn main() -> ExitCode {
|
||||
.map(|x| {
|
||||
let mut t: TableRef = x.into();
|
||||
t.sort();
|
||||
format!("{}", t)
|
||||
t.to_string()
|
||||
})
|
||||
.collect::<Vec<_>>()
|
||||
.join("\n"),
|
||||
|
Reference in New Issue
Block a user