summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-12-13 18:57:09 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-12-13 20:05:05 +0100
commite7fa1a8e221ac12edb13790bb2aeb0329bed7f14 (patch)
treeb23e94f527a17a531e75f28a3e31c094a23c0329
parenta877f4405d1508beae98a119f334c3595fc2439a (diff)
openpgp: Fix documentation.
- `KeyIter::unfiltered` got removed, but did in fact the same as `Cert::keys_all`.
-rw-r--r--openpgp/src/cert/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/mod.rs b/openpgp/src/cert/mod.rs
index 94e05002..06d18167 100644
--- a/openpgp/src/cert/mod.rs
+++ b/openpgp/src/cert/mod.rs
@@ -1224,7 +1224,7 @@ impl Cert {
///
/// A valid `Key` has at least one good self-signature.
///
- /// To return all keys, do `keys_all().unfiltered()`. See the
+ /// To return all keys, do `keys_all()`. See the
/// documentation of `keys` for how to control what keys are
/// returned.
pub fn keys_valid(&self)