-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
identity_conversion false positive with ?
for loops in 1.35
#4133
Comments
ditto: seeing lots of those when I iterare over |
Seeing this in 1.34 as well |
This only needs to be overridden in a few places, so we do that rather than remove the lint entirely. These overrides can be removed once rust-lang/rust-clippy#4133 is resolved Signed-off-by: Jon Bauman <[email protected]>
To work around this issue: rust-lang/rust-clippy#4133
Yes this is fixed in #4083 and will be available in the next nightly Clippy. |
Should we beta backport? |
I think that would be the right thing to do. |
@flip1995 that issue link (4083) is not pointing to a PR. I have been unable to find the PR that fixed it. |
I just checked, all of that PR is in the current beta, so we're good |
- Some dot files had to be modified/regenerated because the hash of `Observation::Genesis` changed. - A bogus clippy lint silenced by slightly reshuffling the code (clippy issue: rust-lang/rust-clippy#4133)
- Add a new `genesis_info` parameter to `Parsec::from_genesis` for specifying the related_info on the genesis event. - Some dot files had to be modified/regenerated because the hash of `Observation::Genesis` changed. - A bogus clippy lint silenced by slightly reshuffling the code (clippy issue: rust-lang/rust-clippy#4133)
- Add `genesis_related_info` parameter to `Parsec::from_genesis` for specifying the related_info on the genesis event. - Some dot files had to be modified/regenerated because the hash of `Observation::Genesis` changed. - A bogus clippy lint silenced by slightly reshuffling the code (clippy issue: rust-lang/rust-clippy#4133)
- Add `genesis_related_info` parameter to `Parsec::from_genesis` for specifying the related_info on the genesis event. - Some dot files had to be modified/regenerated because the hash of `Observation::Genesis` changed. - A bogus clippy lint silenced by slightly reshuffling the code (clippy issue: rust-lang/rust-clippy#4133)
This only needs to be overridden in a few places, so we do that rather than remove the lint entirely. These overrides can be removed once rust-lang/rust-clippy#4133 is resolved Signed-off-by: Jon Bauman <[email protected]>
Looks like this is broken on the clippy that comes with stable via
|
This may be a duplicate of #4081, but I can't easily check since clippy isn't in the current nightly.
The text was updated successfully, but these errors were encountered: