Skip to content

Commit 9c90862

Browse files
committed
Add Eq derivation to SslMode
1 parent 3379576 commit 9c90862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub enum TargetSessionAttrs {
3535
}
3636

3737
/// TLS configuration.
38-
#[derive(Debug, Copy, Clone, PartialEq, Hash)]
38+
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
3939
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
4040
#[non_exhaustive]
4141
pub enum SslMode {

0 commit comments

Comments
 (0)