summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-24 12:41:11 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-24 12:41:11 +0100
commit0ef02d41c33fa9fd7646c7f02c6fea007bbea9a6 (patch)
treee8e84f836d968cce0274e286ecb20a837e37bc70
parentb9d978164b7f28b20776e5a28cccac51cf2df783 (diff)
openpgp: Fix link in documentation.
-rw-r--r--openpgp/src/cert/keyiter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/keyiter.rs b/openpgp/src/cert/keyiter.rs
index 95c3c679..7bf73a5c 100644
--- a/openpgp/src/cert/keyiter.rs
+++ b/openpgp/src/cert/keyiter.rs
@@ -381,7 +381,7 @@ impl<'a, P: 'a + key::KeyParts> KeyIter<'a, P>
/// ```
///
/// [signature expirations]: https://tools.ietf.org/html/rfc4880#section-5.2.3.10
- /// [this discussion]: https://crypto.stackexchange.com/a/12138 .
+ /// [This discussion]: https://crypto.stackexchange.com/a/12138
pub fn with_policy<T>(self, policy: &'a dyn Policy, time: T)
-> ValidKeyIter<'a, P>
where T: Into<Option<SystemTime>>