summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/marker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/marker.rs')
-rw-r--r--openpgp/src/packet/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/marker.rs b/openpgp/src/packet/marker.rs
index 512cda24..9e1e6718 100644
--- a/openpgp/src/packet/marker.rs
+++ b/openpgp/src/packet/marker.rs
@@ -55,7 +55,7 @@ impl Arbitrary for Marker {
mod tests {
use super::*;
use crate::parse::Parse;
- use crate::serialize::SerializeInto;
+ use crate::serialize::MarshalInto;
#[test]
fn roundtrip() {