Ginza Hatemi
Results
1
issues of
Ginza Hatemi
This PR addresses #1601 by implementing a new lint that detects cases where `format!()` could be replaced with `concat!()` for improved performance. ### Problem When all arguments to a `format!()`...