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