summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/prelude.rs
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-04-01 11:49:05 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-04-02 16:42:49 +0200
commit0e9f3b6d0010d981f116559f84ebdeb5ec653957 (patch)
tree7cc5af9e917f7014aafd5689866ec996b7dddff8 /openpgp/src/cert/prelude.rs
parent80f359aa53f5672bca64030535cb5afae080acce (diff)
openpgp: Rename cert::components to cert::bundle.
- `cert::components` is about `ComponentBundle`s, not `Component`s.
Diffstat (limited to 'openpgp/src/cert/prelude.rs')
-rw-r--r--openpgp/src/cert/prelude.rs32
1 files changed, 16 insertions, 16 deletions
diff --git a/openpgp/src/cert/prelude.rs b/openpgp/src/cert/prelude.rs
index 2b1cb2d0..10278021 100644
--- a/openpgp/src/cert/prelude.rs
+++ b/openpgp/src/cert/prelude.rs
@@ -32,22 +32,22 @@ pub use crate::cert::{
amalgamation::ValidAmalgamation as _,
amalgamation::ValidComponentAmalgamation,
amalgamation::ValidateAmalgamation as _,
- components::ComponentBundle,
- components::ComponentBundleIter,
- components::ComponentIter,
- components::KeyBundle,
- components::KeyIter,
- components::PrimaryKeyBundle,
- components::SubkeyBundle,
- components::UnfilteredKeyBundleIter,
- components::UnknownBundle,
- components::UnknownBundleIter,
- components::UserAttributeBundle,
- components::UserAttributeBundleIter,
- components::UserIDBundle,
- components::UserIDBundleIter,
- components::ValidComponentIter,
- components::ValidKeyIter,
+ bundle::ComponentBundle,
+ bundle::ComponentBundleIter,
+ bundle::ComponentIter,
+ bundle::KeyBundle,
+ bundle::KeyIter,
+ bundle::PrimaryKeyBundle,
+ bundle::SubkeyBundle,
+ bundle::UnfilteredKeyBundleIter,
+ bundle::UnknownBundle,
+ bundle::UnknownBundleIter,
+ bundle::UserAttributeBundle,
+ bundle::UserAttributeBundleIter,
+ bundle::UserIDBundle,
+ bundle::UserIDBundleIter,
+ bundle::ValidComponentIter,
+ bundle::ValidKeyIter,
key_amalgamation::ErasedKeyAmalgamation,
key_amalgamation::KeyAmalgamation,
key_amalgamation::Primary as _,