Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have clippy warn about uninlined format arguments
This makes clippy warn about `format!("{}", var)`, with a machine-applicable fix converting to `format!("{var}")`.
- Loading branch information