summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-08-04 13:52:16 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-08-04 13:52:16 +0200
commit7ac4d250914ba4349614a860ff2a7635ba704936 (patch)
tree50eca30ba47911ad633360ca9fd8b55b5f99b973
parentdf0d3468450d24ac74f887ca5170fe8a1f6bba8c (diff)
sq: Remove superfluous use.
-rw-r--r--tool/src/commands/dump.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/src/commands/dump.rs b/tool/src/commands/dump.rs
index 3f7e744b..17c3b474 100644
--- a/tool/src/commands/dump.rs
+++ b/tool/src/commands/dump.rs
@@ -366,7 +366,6 @@ impl PacketDumper {
}
if let Some(secrets) = k.optional_secret() {
- use self::openpgp::packet::key::SecretKeyMaterial;
writeln!(output, "{}", i)?;
writeln!(output, "{} Secret Key:", i)?;