Skip to content

Commit

Permalink
x509: fix cargo doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Aug 25, 2023
1 parent 01c0e3e commit 34e17f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x509.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub(crate) fn remember_extension(
pub(crate) enum DistributionPointName<'a> {
/// The distribution point name is a relative distinguished name, relative to the CRL issuer.
NameRelativeToCrlIssuer(untrusted::Input<'a>),
/// The distribution point name is a sequence of [GeneralNames].
/// The distribution point name is a sequence of [GeneralName] items.
FullName(DerIterator<'a, GeneralName<'a>>),
}

Expand Down

0 comments on commit 34e17f4

Please sign in to comment.