summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-04-03 21:43:03 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-04-03 21:43:03 +0200
commit6dfc495afcbb1e376eee7ac62f5e13e9299bc44e (patch)
treed83de30af6bb6c1de23f1d05ee03dd818dca8403
parente7f13bab21d0af8fee3e532e25c3dd59fce3b6d3 (diff)
openpgp: Rename cert/amalgamation/iter.rs to keyiter.rs
-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