Rust clippy 1.87 lint fixes#7471
Conversation
michaelsproul
left a comment
There was a problem hiding this comment.
I think it would be a bit cleaner to box inside BeaconChainError, but in the interests of unblocking CI I'm happy to merge this and revisit it later.
|
At a glance none of the |
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
15 similar comments
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
|
All required checks have passed and there are no merge conflicts. This pull request may now be ready for another review. |
Issue Addressed
Fix clippy lints for
rustc1.87Proposed Changes
clippy complains about
BeaconChainErrorbeing too large. I went on a bit of a boxing spree because of this. We may instead want toBoxsome of theBeaconChainErrorvariants?