Skip to content

Box inside BeaconChainError #7473

Open
Open
@eserilev

Description

@eserilev

In the interest of unblocking CI I opened a PR here with some clippy lint fixes for rustc 1.87. Clippy is complaining that BeaconChainError is too large, so I made the quick fix by boxing the enum in several places. It would be cleaner to find which variants inside BeaconChainError are too large and box those instead of boxing the parent enum.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions