summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/cert/amalgamation.rs4
-rw-r--r--openpgp/src/cert/amalgamation/keyiter.rs (renamed from openpgp/src/cert/amalgamation/iter.rs)0
2 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index 7f1f00b1..0ba7a808 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -35,8 +35,8 @@ use crate::{
},
};
-mod iter;
-pub use iter::{
+mod keyiter;
+pub use keyiter::{
KeyAmalgamationIter,
ValidKeyAmalgamationIter,
};
diff --git a/openpgp/src/cert/amalgamation/iter.rs b/openpgp/src/cert/amalgamation/keyiter.rs
index 1f9973dc..1f9973dc 100644
--- a/openpgp/src/cert/amalgamation/iter.rs
+++ b/openpgp/src/cert/amalgamation/keyiter.rs