From e59df6db99bc13a6b5b1d1f6ee9e622c60591c00 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 26 Nov 2020 14:41:32 +0100 Subject: openpgp: Don't derive Clone, Debug for CertBuilder. --- openpgp/src/cert/builder.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'openpgp/src/cert/builder.rs') diff --git a/openpgp/src/cert/builder.rs b/openpgp/src/cert/builder.rs index c6651786..9f7f91b9 100644 --- a/openpgp/src/cert/builder.rs +++ b/openpgp/src/cert/builder.rs @@ -160,7 +160,6 @@ pub struct KeyBlueprint { /// # Ok(()) /// # } /// ``` -#[derive(Clone, Debug)] pub struct CertBuilder<'a> { creation_time: Option, ciphersuite: CipherSuite, -- cgit v1.2.3