-
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
similar_names: allow "iter" and "item" #7546
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @giraffate (or someone else) soon. Please see the contribution instructions for more information. |
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.
Can you explain why this is reasonable? There seems not to be related discussion and issues. I'm just wondering.
Also, can you add tests?
Yeah, I didn't create an issue. I wasn't sure how this normally works, so I just went for a PR directly. I think And I guess They are indeed similar, but I don't think Clippy should warn when using both of them.
Sure. Where? How? |
These would help you:
If you have any problem, feel free to ask me. |
Thanks, I've added tests in 573b897. |
@bors r+ It looks good, thanks! |
📌 Commit f7784ef has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: [
similar_names
] no longer complains aboutiter
anditem
being too similar