summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/armor.rs')
-rw-r--r--openpgp/src/armor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/armor.rs b/openpgp/src/armor.rs
index c3002e7f..686ea939 100644
--- a/openpgp/src/armor.rs
+++ b/openpgp/src/armor.rs
@@ -172,7 +172,7 @@ pub struct Writer<W: Write> {
header: Vec<u8>,
dirty: bool,
}
-assert_send_and_sync!(Writer<W>, W: Write);
+assert_send_and_sync!(Writer<W> where W: Write);
impl<W: Write> Writer<W> {
/// Constructs a new filter for the given type of data.