From 317a6b39030da4bfd93dbe3a68821157fe45ae76 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 15 Apr 2024 19:44:56 +0200 Subject: openpgp: Simplify intra-project link. --- openpgp/src/packet/signature/subpacket.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs index 5aa66dfa..e85e1019 100644 --- a/openpgp/src/packet/signature/subpacket.rs +++ b/openpgp/src/packet/signature/subpacket.rs @@ -2004,8 +2004,6 @@ impl Subpacket { /// signature the subpacket is in. If the an authenticated /// `Subpacket` is is added to a [`SubpacketArea`], the flag is /// cleared. - /// - /// [`Subpacket::set_authenticated`]: Self::set_authenticated() pub fn authenticated(&self) -> bool { self.authenticated } -- cgit v1.2.3