-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference parameters inside the format!
string (format!("package '{name}'...
)
#12892
Comments
I'd like to fix this if approved. |
Sounds good. You can give it a shot :( |
If you want to refactor the existing code to do the inline parameters, then go for it. There is a clippy lint for it to help guide the work (or have |
I would recommend we wait until #12178 gets landed, and adjust lint rules gradually. And it's getting closer! |
Going to close this as it is a general clippy fix. We don't need a dedicated issue for this specific review comment #12766 (comment). Despite that, #12178 has been merged, so feel free to open a PR to update. And let's see how enormous the patch will be. |
Originally posted by @epage in #12766 (comment)
The text was updated successfully, but these errors were encountered: