Skip to content

Commit d78bb62

Browse files
committed
Implement Eq on aws-sigv4
1 parent 590f01a commit d78bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/rust-runtime/aws-sigv4/src/http_request/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::time::Duration;
1010
pub type SigningParams<'a> = crate::SigningParams<'a, SigningSettings>;
1111

1212
/// HTTP-specific signing settings
13-
#[derive(Debug, PartialEq)]
13+
#[derive(Debug, PartialEq, Eq)]
1414
#[non_exhaustive]
1515
pub struct SigningSettings {
1616
/// Specifies how to encode the request URL when signing. Some services do not decode

0 commit comments

Comments
 (0)