Skip to content

Commit

Permalink
chore: rm nonexhaustive for error (bluealloy#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Sep 18, 2023
1 parent 1b8cd57 commit 70cf969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ impl Output {

#[derive(Debug, Copy, Clone, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[non_exhaustive]
pub enum EVMError<DBError> {
Transaction(InvalidTransaction),
/// `prevrandao` is not set for Merge and above.
Expand Down

0 comments on commit 70cf969

Please sign in to comment.