summaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
Diffstat (limited to 'guide')
-rw-r--r--guide/src/chapter_02.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guide/src/chapter_02.md b/guide/src/chapter_02.md
index f39cecd1..80d5cc1c 100644
--- a/guide/src/chapter_02.md
+++ b/guide/src/chapter_02.md
@@ -17,6 +17,7 @@ success, we can use or examine the resulting [`TPK`]:
```rust
extern crate sequoia_openpgp as openpgp;
+use openpgp::parse::Parse;
const KEY: &str =
"-----BEGIN PGP PUBLIC KEY BLOCK-----
@@ -71,6 +72,7 @@ structure using this grammar:
```rust
extern crate sequoia_openpgp as openpgp;
+use openpgp::parse::Parse;
const MESSAGE: &str =
"-----BEGIN PGP MESSAGE-----
@@ -105,6 +107,7 @@ turned into a vector of [`Packet`]s:
```rust
extern crate sequoia_openpgp as openpgp;
+use openpgp::parse::Parse;
const MESSAGE: &str =
"-----BEGIN PGP MESSAGE-----