-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
style: use inlined args for format!
#8228
style: use inlined args for format!
#8228
Conversation
✅ Deploy Preview for rspack canceled.Built without sensitive environment variables
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request shouldn't cause any user-facing changes.
The goal here is to improve the codebase's maintainability and developer productivity.
Style changes would be better with clippy rule changes. Would you please see if there's any rule can help us avoid regressions? |
Sure! |
Would you mind me editing your PR to get it merged? |
f2d9b2b
to
ec98dbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
format!
You're welcome! Would you happen to know why https://github.com/web-infra-dev/rspack/actions/runs/12369367778/job/34524631512?pr=8228 is failing? |
ec98dbd
to
48b6f43
Compare
CodSpeed Performance ReportMerging #8228 will not alter performanceComparing 🎉 Hooray!
|
We changed the rules of some workflows. So need to rebase the branch. |
Summary
Fixes #8227
Checklist