Skip to content

Commit 6247deb

Browse files
committed
Fix warning when building doc (explicit target is redundant)
1 parent 817afb3 commit 6247deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x509.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl<'a> AttributeTypeAndValue<'a> {
9898
/// Attempt to get the content as `str`.
9999
/// This can fail if the object does not contain a string type.
100100
///
101-
/// Note: the [`TryFrom`](core::convert::TryFrom) trait is implemented for `&str`, so this is
101+
/// Note: the [`TryFrom`] trait is implemented for `&str`, so this is
102102
/// equivalent to `attr.try_into()`.
103103
///
104104
/// Only NumericString, PrintableString, UTF8String and IA5String

0 commit comments

Comments
 (0)