Skip to content

Commit d42a2a4

Browse files
committed
csr: rustdoc for CertificateSigningRequest fields
1 parent efc249a commit d42a2a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/csr.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ impl PublicKeyData for PublicKey {
2424
}
2525

2626
/// Data for a certificate signing request
27-
#[allow(missing_docs)]
2827
pub struct CertificateSigningRequest {
28+
/// Parameters for the certificate to be signed.
2929
pub params: CertificateParams,
30+
/// Public key to include in the certificate signing request.
3031
pub public_key: PublicKey,
3132
}
3233

0 commit comments

Comments
 (0)