summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_parser_builder.rs
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2020-12-10 09:38:59 +0100
committerAzul <azul@riseup.net>2020-12-10 13:57:19 +0100
commit7176d5746beb8835a1a09e9c3504f7bc8d0da6b3 (patch)
treedb806ebfd3b4ea1c14fab8dfb90a868502481031 /openpgp/src/parse/packet_parser_builder.rs
parent227db80b9d40526387f1e4a64f90464618fb885b (diff)
openpgp: Add remaining assert_send_and_sync! calls.
- See #615.
Diffstat (limited to 'openpgp/src/parse/packet_parser_builder.rs')
-rw-r--r--openpgp/src/parse/packet_parser_builder.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/parse/packet_parser_builder.rs b/openpgp/src/parse/packet_parser_builder.rs
index 56ea6067..2d7bcad6 100644
--- a/openpgp/src/parse/packet_parser_builder.rs
+++ b/openpgp/src/parse/packet_parser_builder.rs
@@ -96,6 +96,7 @@ pub struct PacketParserBuilder<'a> {
dearmor: Dearmor,
settings: PacketParserSettings,
}
+assert_send_and_sync!(PacketParserBuilder<'_>);
impl<'a> Parse<'a, PacketParserBuilder<'a>> for PacketParserBuilder<'a> {
/// Creates a `PacketParserBuilder` for an OpenPGP message stored