-
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
Add allow_attribute
lint
#10481
Add allow_attribute
lint
#10481
Conversation
r? @xFrednet (rustbot has picked a reviewer for you, use r? to override) |
f5a2e1d
to
0f1474e
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.
This is a good start, I've left some comments, how I believe the code can be improved. You're welcome to ask if you have any questions :)
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.
Four nits, that should be simple to fix and then this should be ready for merge. Thank you for the swift updates! :D
386fa4b
to
1cab0cb
Compare
This version looks good to me, thank you for implementing this lint! I like it :) There was still a small formatting NIT where I don't think it was worth it to leave a comment about. I fixed up your last commit. Hope that's okay with you :) @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
1 similar comment
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #10468
changelog: new lint: [
allow_attributes
]#10481