-
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
New lint map_all_any_identity
#13499
Conversation
bd308dd
to
bfa2683
Compare
r? @xFrednet |
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.
Three tiny nits, which should be easy to fix. Then it'll be ready :D
I've created an FCP: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/FCP/near/476583638
bfa2683
to
334d2f4
Compare
@rustbot ready |
☔ The latest upstream changes (presumably #13437) made this pull request unmergeable. Please resolve the merge conflicts. |
This version looks good to me, and the FCP should also be over. Thank you for the implementation! Roses are red, |
✌️ @samueltardieu, you can now approve this pull request! If @xFrednet told you to " |
334d2f4
to
91a1d16
Compare
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This lint has been inspired by code encountered in Clippy itself (see the first commit).
changelog: [
map_all_any_identity
]: new lint