Skip to content

Commit

Permalink
Implement Eq on aws-smithy-checksums::Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jjant committed Oct 7, 2022
1 parent 1f85655 commit 5da1704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-checksums/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl ChecksumAlgorithm {
}
}

#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub enum Error {
UnknownChecksumAlgorithm(String),
}
Expand Down

0 comments on commit 5da1704

Please sign in to comment.