summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/amalgamation.rs')
-rw-r--r--openpgp/src/cert/amalgamation.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index fb4b8a9e..db308d72 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -3,8 +3,7 @@ use std::time;
use std::time::SystemTime;
use crate::{
- Cert,
- cert::components::ComponentBundle,
+ cert::prelude::*,
Error,
packet::Signature,
Result,