Skip to content

Commit 5da1704

Browse files
committed
Implement Eq on aws-smithy-checksums::Error
1 parent 1f85655 commit 5da1704

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

rust-runtime/aws-smithy-checksums/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl ChecksumAlgorithm {
8282
}
8383
}
8484

85-
#[derive(Debug, PartialEq)]
85+
#[derive(Debug, PartialEq, Eq)]
8686
pub enum Error {
8787
UnknownChecksumAlgorithm(String),
8888
}

0 commit comments

Comments
 (0)