summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-13 15:17:57 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-13 15:17:57 +0200
commitbb9dc1f8e12949933493a190f221022abecf8de1 (patch)
treef3750443bdaa0332ab6abd4fed919cef088b0173 /openpgp/src/lib.rs
parent69033aa4a44290fb5f3ca02e186a9354d97d57b1 (diff)
openpgp: Move the subpacket module to packet::signature.
- Fixes #91.
Diffstat (limited to 'openpgp/src/lib.rs')
-rw-r--r--openpgp/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 50abe946..3fa06d0b 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -75,7 +75,6 @@ pub mod conversions;
pub mod packet;
use packet::{BodyLength, Header, Container};
-pub mod subpacket;
pub mod parse;
pub mod mpis;