Skip to content

Commit

Permalink
serde bound
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 28, 2024
1 parent 116e600 commit f9b9408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/exex/types/src/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub(super) mod serde_bincode_compat {
/// ```
#[derive(Debug, Serialize, Deserialize)]
#[allow(missing_docs)]
#[serde(bound = "")]
pub enum ExExNotification<'a, N = EthPrimitives>
where
N: NodePrimitives<BlockHeader: SerdeBincodeCompat, BlockBody: SerdeBincodeCompat>,
Expand Down

0 comments on commit f9b9408

Please sign in to comment.