summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-07 21:08:16 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-09 13:13:59 +0200
commita58579221bc8c4fbeba89bd55644415fe0368117 (patch)
tree0e2392e3b6c9b44b89de2058d9755ebde7993e24 /openpgp/src/parse.rs
parent73b3321d98e0298dba5d4ef63e8058a01cc2943c (diff)
Lint: Remove unecessary imports.
- https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
Diffstat (limited to 'openpgp/src/parse.rs')
-rw-r--r--openpgp/src/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse.rs b/openpgp/src/parse.rs
index 4a91d7b2..48a731ca 100644
--- a/openpgp/src/parse.rs
+++ b/openpgp/src/parse.rs
@@ -176,7 +176,7 @@
//! [`SEIP`]: ../packet/enum.SEIP.html
//! [`MDC`]: ../packet/struct.MDC.html
//! [`AED`]: ../packet/enum.AED.html
-use std;
+
use std::io;
use std::io::prelude::*;
use std::convert::TryFrom;