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 ff4bd351..c444b446 100644
--- a/openpgp/src/packet/trust.rs
+++ b/openpgp/src/packet/trust.rs
@@ -64,7 +64,7 @@ impl From<Trust> for Packet {
#[cfg(test)]
impl Arbitrary for Trust {
- fn arbitrary<G: Gen>(g: &mut G) -> Self {
+ fn arbitrary(g: &mut Gen) -> Self {
Vec::<u8>::arbitrary(g).into()
}
}