From aef6c781ede22f926d4ade1cfd83934387fbf715 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 17 Jul 2021 03:10:56 +0200 Subject: [PATCH] Lint --- openpgp-card/src/card_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card/src/card_app.rs b/openpgp-card/src/card_app.rs index 8f61c1b..ec0f66f 100644 --- a/openpgp-card/src/card_app.rs +++ b/openpgp-card/src/card_app.rs @@ -47,7 +47,7 @@ impl CardApp { } /// Read capabilities from the card, and set them in the CardApp - pub fn init_caps(mut self, ard: &Tlv) -> Result { + pub fn init_caps(self, ard: &Tlv) -> Result { // Determine chaining/extended length support from card // metadata and cache this information in CardApp (as a // CardCaps)