Skip to content

Commit c69ad6f

Browse files
committed
Remove PartialEq and Eq impls from Issuer
1 parent dd2a13d commit c69ad6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rcgen/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ pub fn generate_simple_self_signed(
133133
Ok(CertifiedKey { cert, signing_key })
134134
}
135135

136-
#[derive(PartialEq, Eq)]
137136
struct Issuer<'a, S> {
138137
distinguished_name: Cow<'a, DistinguishedName>,
139138
key_identifier_method: Cow<'a, KeyIdMethod>,

0 commit comments

Comments
 (0)