Skip to content

Commit

Permalink
Implement Eq on types in aws-smithy-eventstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jjant committed Oct 7, 2022
1 parent f2cd901 commit 78f4b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-eventstream/src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ mod value {

/// Event Stream frame header value.
#[non_exhaustive]
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum HeaderValue {
Bool(bool),
Byte(i8),
Expand Down

0 comments on commit 78f4b07

Please sign in to comment.