summaryrefslogtreecommitdiffstats
path: root/examples/guide-the-keystore.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guide-the-keystore.rs')
-rw-r--r--examples/guide-the-keystore.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/guide-the-keystore.rs b/examples/guide-the-keystore.rs
index effd9e71..0baa8a05 100644
--- a/examples/guide-the-keystore.rs
+++ b/examples/guide-the-keystore.rs
@@ -1,7 +1,7 @@
//! https://preview.sequoia-pgp.org/guide/the-keystore/
-#[macro_use] extern crate openpgp; // For armored!
-use openpgp::armor; // For armored!
+#[macro_use] // For armored!
+extern crate openpgp;
extern crate sequoia;
use sequoia::{core, store};