summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation/iter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/amalgamation/iter.rs')
-rw-r--r--openpgp/src/cert/amalgamation/iter.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/amalgamation/iter.rs b/openpgp/src/cert/amalgamation/iter.rs
index 8c864537..60ac9495 100644
--- a/openpgp/src/cert/amalgamation/iter.rs
+++ b/openpgp/src/cert/amalgamation/iter.rs
@@ -90,7 +90,7 @@ pub struct ComponentAmalgamationIter<'a, C> {
cert: &'a Cert,
iter: slice::Iter<'a, ComponentBundle<C>>,
}
-assert_send_and_sync!{ComponentAmalgamationIter<'_, C>, C}
+assert_send_and_sync!(ComponentAmalgamationIter<'_, C>, C);
/// An iterator over `UserIDAmalgamtion`s.
///
@@ -246,7 +246,7 @@ pub struct ValidComponentAmalgamationIter<'a, C> {
// at time `t`.
revoked: Option<bool>,
}
-assert_send_and_sync!{ValidComponentAmalgamationIter<'_, C>, C}
+assert_send_and_sync!(ValidComponentAmalgamationIter<'_, C>, C);
/// An iterator over `ValidUserIDAmalgamtion`s.
///