summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_parser_builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/packet_parser_builder.rs')
-rw-r--r--openpgp/src/parse/packet_parser_builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/packet_parser_builder.rs b/openpgp/src/parse/packet_parser_builder.rs
index 7459f0be..d94a5d2e 100644
--- a/openpgp/src/parse/packet_parser_builder.rs
+++ b/openpgp/src/parse/packet_parser_builder.rs
@@ -133,7 +133,7 @@ impl<'a> PacketParserBuilder<'a> {
-> Result<Self> {
bio.cookie_mut().level = None;
Ok(PacketParserBuilder {
- bio: bio,
+ bio,
dearmor: Default::default(),
settings: PacketParserSettings::default(),
csf_transformation: false,