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