summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/revoke.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/revoke.rs')
-rw-r--r--openpgp/src/cert/revoke.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/openpgp/src/cert/revoke.rs b/openpgp/src/cert/revoke.rs
index c3b02077..7ecb5787 100644
--- a/openpgp/src/cert/revoke.rs
+++ b/openpgp/src/cert/revoke.rs
@@ -83,6 +83,7 @@ pub struct CertRevocationBuilder {
}
assert_send_and_sync!(CertRevocationBuilder);
+#[allow(clippy::new_without_default)]
impl CertRevocationBuilder {
/// Returns a new `CertRevocationBuilder`.
///
@@ -333,6 +334,7 @@ pub struct SubkeyRevocationBuilder {
}
assert_send_and_sync!(SubkeyRevocationBuilder);
+#[allow(clippy::new_without_default)]
impl SubkeyRevocationBuilder {
/// Returns a new `SubkeyRevocationBuilder`.
///
@@ -579,6 +581,7 @@ pub struct UserIDRevocationBuilder {
}
assert_send_and_sync!(UserIDRevocationBuilder);
+#[allow(clippy::new_without_default)]
impl UserIDRevocationBuilder {
/// Returns a new `UserIDRevocationBuilder`.
///
@@ -839,6 +842,7 @@ pub struct UserAttributeRevocationBuilder {
}
assert_send_and_sync!(UserAttributeRevocationBuilder);
+#[allow(clippy::new_without_default)]
impl UserAttributeRevocationBuilder {
/// Returns a new `UserAttributeRevocationBuilder`.
///