summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/prelude.rs')
-rw-r--r--openpgp/src/cert/prelude.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/prelude.rs b/openpgp/src/cert/prelude.rs
index fdb71436..15e06129 100644
--- a/openpgp/src/cert/prelude.rs
+++ b/openpgp/src/cert/prelude.rs
@@ -29,6 +29,7 @@ pub use crate::cert::{
UserIDRevocationBuilder,
ValidCert,
amalgamation::ComponentAmalgamation,
+ amalgamation::ComponentAmalgamationIter,
amalgamation::ErasedKeyAmalgamation,
amalgamation::KeyAmalgamation,
amalgamation::KeyAmalgamationIter,
@@ -37,6 +38,7 @@ pub use crate::cert::{
amalgamation::SubordinateKeyAmalgamation,
amalgamation::ValidAmalgamation as _,
amalgamation::ValidComponentAmalgamation,
+ amalgamation::ValidComponentAmalgamationIter,
amalgamation::ValidErasedKeyAmalgamation,
amalgamation::ValidKeyAmalgamation,
amalgamation::ValidKeyAmalgamationIter,
@@ -44,12 +46,10 @@ pub use crate::cert::{
amalgamation::ValidSubordinateKeyAmalgamation,
amalgamation::ValidateAmalgamation as _,
bundle::ComponentBundle,
- bundle::ComponentBundleIter,
bundle::KeyBundle,
bundle::PrimaryKeyBundle,
bundle::SubkeyBundle,
bundle::UnknownBundle,
bundle::UserAttributeBundle,
bundle::UserIDBundle,
- bundle::ValidComponentBundleIter,
};