From 70a96487b25557c3b1ffcba4b61cc1140e76935a Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 25 Mar 2020 12:19:35 +0100 Subject: Remove redundant field names. --- openpgp/src/crypto/asymmetric.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openpgp/src/crypto/asymmetric.rs') diff --git a/openpgp/src/crypto/asymmetric.rs b/openpgp/src/crypto/asymmetric.rs index b39100e2..46e77f8d 100644 --- a/openpgp/src/crypto/asymmetric.rs +++ b/openpgp/src/crypto/asymmetric.rs @@ -73,8 +73,8 @@ impl KeyPair { -> Result { Ok(Self { - public: public, - secret: secret, + public, + secret, }) } -- cgit v1.2.3