-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix println_empty_string suggestion caused error when there is a , after arg
#16201
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
base: master
Are you sure you want to change the base?
Conversation
|
rustbot has assigned @samueltardieu. Use |
…estion caused error when there is a `,` after arg
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 still fails if there are spaces, newlines, or comments before the comma. The fix should be more robust.
|
Reminder, once the PR becomes ready for a review, use |
e73dd15 to
979e76d
Compare
979e76d to
f2820df
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@rustbot ready |
Closes: #16167
changelog: [
println_empty_string]: fix suggestion caused error when there is a comma after arg.