summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse')
-rw-r--r--openpgp/src/parse/parse.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/parse/parse.rs b/openpgp/src/parse/parse.rs
index 25ca01f8..d0123803 100644
--- a/openpgp/src/parse/parse.rs
+++ b/openpgp/src/parse/parse.rs
@@ -3566,6 +3566,7 @@ impl <'a> PacketParser<'a> {
t!("A {:?} packet is not a container, not recursing.",
self.packet.tag());
},
+ Packet::__Nonexhaustive => unreachable!(),
}
// No recursion.