summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/skesk.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/skesk.rs')
-rw-r--r--openpgp/src/packet/skesk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/skesk.rs b/openpgp/src/packet/skesk.rs
index dfe9844e..33055c61 100644
--- a/openpgp/src/packet/skesk.rs
+++ b/openpgp/src/packet/skesk.rs
@@ -425,7 +425,7 @@ mod test {
use super::*;
use crate::PacketPile;
use crate::parse::Parse;
- use crate::serialize::{Serialize, SerializeInto};
+ use crate::serialize::{Marshal, MarshalInto};
quickcheck! {
fn roundtrip(p: SKESK) -> bool {