summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/keyiter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/keyiter.rs')
-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>>