summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/packet/signature.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp/src/packet/signature.rs b/openpgp/src/packet/signature.rs
index 0f04c16c..66fc9d83 100644
--- a/openpgp/src/packet/signature.rs
+++ b/openpgp/src/packet/signature.rs
@@ -2612,8 +2612,7 @@ impl crate::packet::Signature {
// Make multiple passes over the subpacket areas. Always
// start with self, then other. Only consider eligible
// packets. Consider authenticated ones first, then plausible
- // unauthenticated ones, then the rest. If inserting fails at
- // any moment, stop.
+ // unauthenticated ones, then the rest.
for p in
self.unhashed_area().iter()
.filter(|p| eligible(p) && p.authenticated())