summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guide-exploring-openpgp.rs2
-rw-r--r--examples/guide-the-keystore.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/guide-exploring-openpgp.rs b/examples/guide-exploring-openpgp.rs
index 358c1922..c8e51e9b 100644
--- a/examples/guide-exploring-openpgp.rs
+++ b/examples/guide-exploring-openpgp.rs
@@ -1,7 +1,7 @@
//! https://sequoia-pgp.org/guide/exploring-openpgp/
extern crate sequoia_openpgp as openpgp;
-use openpgp::parse::Parse;
+use crate::openpgp::parse::Parse;
fn main() {
let tpk =
diff --git a/examples/guide-the-keystore.rs b/examples/guide-the-keystore.rs
index 4748ad6b..8aff153e 100644
--- a/examples/guide-the-keystore.rs
+++ b/examples/guide-the-keystore.rs
@@ -3,7 +3,7 @@
extern crate sequoia_openpgp as openpgp;
extern crate sequoia;
use sequoia::{core, store};
-use openpgp::parse::Parse;
+use crate::openpgp::parse::Parse;
fn main() {
let tpk =