summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/unknown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/unknown.rs')
-rw-r--r--openpgp/src/packet/unknown.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/packet/unknown.rs b/openpgp/src/packet/unknown.rs
index 1deab130..35686da2 100644
--- a/openpgp/src/packet/unknown.rs
+++ b/openpgp/src/packet/unknown.rs
@@ -32,6 +32,8 @@ pub struct Unknown {
container: packet::Container,
}
+assert_send_and_sync!{Unknown}
+
impl PartialEq for Unknown {
fn eq(&self, other: &Unknown) -> bool {
self.tag == other.tag