summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_pile_parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/packet_pile_parser.rs')
-rw-r--r--openpgp/src/parse/packet_pile_parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/parse/packet_pile_parser.rs b/openpgp/src/parse/packet_pile_parser.rs
index 4b04fab9..17a2c121 100644
--- a/openpgp/src/parse/packet_pile_parser.rs
+++ b/openpgp/src/parse/packet_pile_parser.rs
@@ -192,6 +192,7 @@ pub struct PacketPileParser<'a> {
/// The packet pile that has been assembled so far.
pile: PacketPile,
}
+assert_send_and_sync!(PacketPileParser<'_>);
impl<'a> Deref for PacketPileParser<'a> {
type Target = PacketParserResult<'a>;