-
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
FP redundant_field_name: for loop #3000
Comments
Issue 3000 \o/ :tada: |
With the newest changes we got multiple problems with ranges (as macro expansions) back, that were fixed in previous PRs. (40349b2) For this issue see especially #2507 We also got some other problems, where we want to look at ranges, but do not get to it, because we bail out earlier, because of a |
I got clippy to build and tests to pass at least locally with #3001 :) |
I seen this in cargo a lot:
code like this
triggers
which looks like complete bogus to me.
https://github.com/rust-lang/cargo/blob/master/src/cargo/util/process_builder.rs#L240
EDIT: 0.0.212
The text was updated successfully, but these errors were encountered: