summaryrefslogtreecommitdiffstats
path: root/examples/guide-exploring-openpgp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guide-exploring-openpgp.rs')
-rw-r--r--examples/guide-exploring-openpgp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guide-exploring-openpgp.rs b/examples/guide-exploring-openpgp.rs
index c6b603dc..2263dfe0 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 crate::openpgp::cert::components::Amalgamation;
+use crate::openpgp::cert::prelude::*;
use crate::openpgp::parse::Parse;
use crate::openpgp::policy::StandardPolicy as P;