summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream/partial_body.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/serialize/stream/partial_body.rs')
-rw-r--r--openpgp/src/serialize/stream/partial_body.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/serialize/stream/partial_body.rs b/openpgp/src/serialize/stream/partial_body.rs
index cc9afa89..d85ca96e 100644
--- a/openpgp/src/serialize/stream/partial_body.rs
+++ b/openpgp/src/serialize/stream/partial_body.rs
@@ -45,7 +45,7 @@ pub struct PartialBodyFilter<'a, C: 'a> {
// The number of bytes written to this filter.
position: u64,
}
-assert_send_and_sync!(PartialBodyFilter<'_, C>, C);
+assert_send_and_sync!(PartialBodyFilter<'_, C> where C);
const PARTIAL_BODY_FILTER_MAX_CHUNK_SIZE : usize = 1 << 30;