summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_parser_builder.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:24:31 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:54:04 +0100
commit00379cb1cb9d0b38cdb7b50e5471b45b1ebecd23 (patch)
tree96e9eeb3257fcff8fe4d972eb5f9d3ed096160ad /openpgp/src/parse/packet_parser_builder.rs
parent552350974b008e5de4b92a2c063927066f213df1 (diff)
Rename the openpgp crate to sequoia-openpgp.
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 73c20d8a..faec4765 100644
--- a/openpgp/src/parse/packet_parser_builder.rs
+++ b/openpgp/src/parse/packet_parser_builder.rs
@@ -107,6 +107,7 @@ impl<'a> PacketParserBuilder<'a> {
/// # Examples
///
/// ```rust
+ /// # extern crate sequoia_openpgp as openpgp;
/// # use openpgp::Result;
/// # use openpgp::parse::{
/// # PacketParserResult, PacketParser, PacketParserBuilder