summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}