Skip to content

Commit 78f4b07

Browse files
committed
Implement Eq on types in aws-smithy-eventstream
1 parent f2cd901 commit 78f4b07

File tree

1 file changed

+1
-1
lines changed
  • rust-runtime/aws-smithy-eventstream/src

1 file changed

+1
-1
lines changed

rust-runtime/aws-smithy-eventstream/src/frame.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mod value {
9696

9797
/// Event Stream frame header value.
9898
#[non_exhaustive]
99-
#[derive(Clone, Debug, PartialEq)]
99+
#[derive(Clone, Debug, PartialEq, Eq)]
100100
pub enum HeaderValue {
101101
Bool(bool),
102102
Byte(i8),

0 commit comments

Comments
 (0)