-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[nonstandard_macro_braces
] Do not modify macro arguments
#9499
Conversation
r? @xFrednet (rust-highfive has picked a reviewer for you, use r? to override) |
52f7f9f
to
a4144d7
Compare
☔ The latest upstream changes (presumably #9471) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
LGTM, we can merge this after a rebase 🙃 (I was hoping that the other PR would not cause a conflict, sorry 🙃 )
Thought it would avoid it too! Will rebase tonight |
No time in the end, will see later, this weekend max |
That's all right, don't stress yourself. 🙃 |
a4144d7
to
a390115
Compare
Also simplify the lint by not caring about code format which should be `rustfmt` job, and turn the lint into machine Applicable
Looks good to me, thank you for the rebase 🙃 @bors r+ |
strangely locally git could rebase without any issue 🤔 |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fix #9498
based on top of #9471
Also simplify the lint by not caring about code format which should be
rustfmt
job, and turn the lint into machine Applicablechangelog: Suggestion: [
nonstandard_macro_braces
]: The suggestion is now machine applicable and will no longer replace brackets inside the macro argument.#9499