-
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
Update 'or_fun_call' to ignore calls to len #4429
Conversation
I'm not sure if this is really a FP, since the lint description matches the behavior 100%. with |
@bors r+ Thanks. Contrarily to my previous point, I now see that this is a clear improvement to the lint. |
📌 Commit d9b8508 has been approved by |
Update 'or_fun_call' to ignore calls to len Resolves #1653 changelog: Update `or_fun_call`: Allow calls to `len` for Slice, Array & Vec.
💔 Test failed - checks-action_test |
@jeremystucki Can you update this PR to the latest rustc, so we can merge this? |
Please rebase this branch, to get rid of the merge commits. |
Thanks! @bors r+ |
📌 Commit d9f5532 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Resolves #1653
changelog: Update
or_fun_call
: Allow calls tolen
for Slice, Array & Vec.