summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-15 19:44:56 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-04-15 19:46:42 +0200
commit317a6b39030da4bfd93dbe3a68821157fe45ae76 (patch)
treea428d2bdc21e56df5bbc9c3ed93102604023d5b9
parent79aef25cef062cfc5e2df5dee8a9088c5776c04e (diff)
openpgp: Simplify intra-project link.
-rw-r--r--openpgp/src/packet/signature/subpacket.rs2
1 files changed, 0 insertions, 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
}