From 8c2c2bd2b652b1b89e83a7ee31a3064ea51fc62a Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Tue, 28 Feb 2023 14:33:07 +0100 Subject: [PATCH] Add link in docs --- boring/src/pkey.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boring/src/pkey.rs b/boring/src/pkey.rs index 4054abd1..1d5ab7f3 100644 --- a/boring/src/pkey.rs +++ b/boring/src/pkey.rs @@ -122,7 +122,7 @@ generic_foreign_type_and_impl_send_sync! { /// A public or private key. pub struct PKey; - /// Reference to `PKey`. + /// Reference to [`PKey`]. pub struct PKeyRef; }