summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/stream.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-19 16:32:09 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-19 16:32:09 +0100
commitbf2303e2906a1569af20e3a8724ab0e710808510 (patch)
treebf56146ef1d4014c098e5740e6a023695c1d968e /openpgp/src/parse/stream.rs
parentfd5ec44b717b20e5937f018b924325bac3035f2a (diff)
openpgp: Move RevocationStatus to module types.
Diffstat (limited to 'openpgp/src/parse/stream.rs')
-rw-r--r--openpgp/src/parse/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/stream.rs b/openpgp/src/parse/stream.rs
index b73bcf72..d005e766 100644
--- a/openpgp/src/parse/stream.rs
+++ b/openpgp/src/parse/stream.rs
@@ -23,6 +23,7 @@ use crate::{
AEADAlgorithm,
CompressionAlgorithm,
DataFormat,
+ RevocationStatus,
SymmetricAlgorithm,
},
packet::{
@@ -39,7 +40,6 @@ use crate::{
KeyID,
Packet,
Result,
- RevocationStatus,
packet,
packet::Signature,
Cert,