summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/component_iter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/component_iter.rs')
-rw-r--r--openpgp/src/cert/component_iter.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/component_iter.rs b/openpgp/src/cert/component_iter.rs
index 4776602d..ff844ac8 100644
--- a/openpgp/src/cert/component_iter.rs
+++ b/openpgp/src/cert/component_iter.rs
@@ -8,8 +8,8 @@ use crate::{
components::{
ComponentBundle,
ComponentBundleIter,
- Amalgamation,
ComponentAmalgamation,
+ ValidAmalgamation,
ValidComponentAmalgamation,
},
},
@@ -182,7 +182,7 @@ impl<'a, C> ValidComponentIter<'a, C> {
/// # use openpgp::Result;
/// # use openpgp::cert::CertBuilder;
/// use openpgp::types::RevocationStatus;
- /// use openpgp::cert::components::Amalgamation;
+ /// use openpgp::cert::components::ValidAmalgamation;
/// use sequoia_openpgp::policy::StandardPolicy;
///
/// # fn main() { f().unwrap(); }