Skip to content

Commit

Permalink
Fix warning when building doc (explicit target is redundant)
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Feb 29, 2024
1 parent 817afb3 commit 6247deb
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 @@ -98,7 +98,7 @@ impl<'a> AttributeTypeAndValue<'a> {
/// Attempt to get the content as `str`.
/// This can fail if the object does not contain a string type.
///
/// Note: the [`TryFrom`](core::convert::TryFrom) trait is implemented for `&str`, so this is
/// Note: the [`TryFrom`] trait is implemented for `&str`, so this is
/// equivalent to `attr.try_into()`.
///
/// Only NumericString, PrintableString, UTF8String and IA5String
Expand Down

0 comments on commit 6247deb

Please sign in to comment.