summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-10-25 18:11:14 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-10-28 13:58:41 +0200
commit8785a2b7b154663989ee328096af037d4fb17b3f (patch)
tree68f4c9376d72747b934643c3c8008d3ff70bd704 /openpgp/src/armor.rs
parentc577c03ed32988893f30169a1e58d662bb504e8f (diff)
net, openpgp: Fix private documentation.
Diffstat (limited to 'openpgp/src/armor.rs')
-rw-r--r--openpgp/src/armor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/armor.rs b/openpgp/src/armor.rs
index 9534cf65..c9c87e95 100644
--- a/openpgp/src/armor.rs
+++ b/openpgp/src/armor.rs
@@ -99,7 +99,7 @@ impl Arbitrary for Kind {
/// This is a non-public variant of `Kind` that is currently only used
/// for detecting the kind on consumption.
///
-/// See also https://gitlab.com/sequoia-pgp/sequoia/-/issues/672
+/// See also <https://gitlab.com/sequoia-pgp/sequoia/-/issues/672>.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
enum Label {
/// A generic OpenPGP message. (Since its structure hasn't been