summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/parser/mod.rs')
-rw-r--r--openpgp/src/cert/parser/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/cert/parser/mod.rs b/openpgp/src/cert/parser/mod.rs
index b98f286b..ac96c1a4 100644
--- a/openpgp/src/cert/parser/mod.rs
+++ b/openpgp/src/cert/parser/mod.rs
@@ -802,7 +802,6 @@ impl<'a> CertParser<'a> {
t!("Finalizing certificate with {} packets", n_packets);
// Convert to tokens, but preserve packets if it fails.
- use std::convert::TryInto;
let mut failed = false;
let mut packets: Vec<Packet> = Vec::with_capacity(0);
let mut tokens: Vec<Token> = Vec::with_capacity(n_packets);