Skip to content

Commit

Permalink
Remove default implementation for PostcardProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Oct 23, 2024
1 parent aa79b3c commit ea4842c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/services/p2p/src/codecs/postcard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ impl NetworkCodec for PostcardCodec {
}
}

#[derive(Debug, Default, Clone, EnumIter)]
#[derive(Debug, Clone, EnumIter)]
pub enum PostcardProtocol {
#[default]
V1,
V2,
}
Expand Down

0 comments on commit ea4842c

Please sign in to comment.