summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-11-26 14:41:32 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-11-26 15:22:34 +0100
commite59df6db99bc13a6b5b1d1f6ee9e622c60591c00 (patch)
tree43670da3c97ece598eb954ade023891234dcf115
parentff22912994272ffd88fcfc680619c858a70ea4b0 (diff)
openpgp: Don't derive Clone, Debug for CertBuilder.
-rw-r--r--openpgp/src/cert/builder.rs1
1 files changed, 0 insertions, 1 deletions
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<std::time::SystemTime>,
ciphersuite: CipherSuite,