Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 13, 2024
1 parent ebe5498 commit 6022650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/eips/src/eip4895.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ impl Withdrawal {
#[derive(Clone, Debug, Default, PartialEq, Eq, Hash, RlpEncodable, RlpDecodable)]
#[cfg_attr(any(test, feature = "arbitrary"), derive(arbitrary::Arbitrary))]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[cfg_attr(feature = "ssz", derive(ssz_derive::Encode, ssz_derive::Decode))]
pub struct Withdrawals(Vec<Withdrawal>);

impl Withdrawals {
Expand Down

0 comments on commit 6022650

Please sign in to comment.