summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/userid/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/userid/mod.rs')
-rw-r--r--openpgp/src/packet/userid/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/userid/mod.rs b/openpgp/src/packet/userid/mod.rs
index 4751b981..abc04b9e 100644
--- a/openpgp/src/packet/userid/mod.rs
+++ b/openpgp/src/packet/userid/mod.rs
@@ -832,7 +832,7 @@ impl Arbitrary for UserID {
mod tests {
use super::*;
use crate::parse::Parse;
- use crate::serialize::SerializeInto;
+ use crate::serialize::MarshalInto;
quickcheck! {
fn roundtrip(p: UserID) -> bool {