-
Notifications
You must be signed in to change notification settings - Fork 1.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
Re-enable uninlined_format_args
on multiline format!
#9945
Conversation
But do not display the code suggestion which can be sometimes completely broken (fortunately when applied it's valid)
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
Thank you! @bors r+ |
Re-enable `uninlined_format_args` on multiline `format!` fix #9719 There was an issue with the code suggestion which can be sometimes completely broken (fortunately when applied it's valid), so we do not show it.
💔 Test failed - checks-action_test |
seems a spurious failure |
Ci failed because you need a |
thanks, updated |
@bors r=llogiq |
💡 This pull request was already approved, no need to approve it again.
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fix #9719
There was an issue with the code suggestion which can be sometimes completely broken (fortunately when applied it's valid), so we do not show it.
changelog: [
uninlined_format_args
] re-enable for multiline format expression, but do not show the literal code suggestion in those cases