What needs refactoring?
There are currently several Clippy warnings being ignored in CI, specifically related to clippy::uninlined_format_args.
Why should this be refactored?
for better performance and code style
How could it be improved?
We should:
This was temporarily disabled in #XYZ for faster iteration, but we should clean it up before next release.
Code of Conduct