summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/seip.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/seip.rs')
-rw-r--r--openpgp/src/packet/seip.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/packet/seip.rs b/openpgp/src/packet/seip.rs
index e79bb2bb..b808acf2 100644
--- a/openpgp/src/packet/seip.rs
+++ b/openpgp/src/packet/seip.rs
@@ -46,6 +46,7 @@ impl std::ops::DerefMut for SEIP1 {
}
}
+#[allow(clippy::new_without_default)]
impl SEIP1 {
/// Creates a new SEIP1 packet.
pub fn new() -> Self {