summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/features.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/types/features.rs')
-rw-r--r--openpgp/src/types/features.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/types/features.rs b/openpgp/src/types/features.rs
index 948a5cb0..4d15766c 100644
--- a/openpgp/src/types/features.rs
+++ b/openpgp/src/types/features.rs
@@ -55,6 +55,7 @@ use crate::types::Bitfield;
/// ```
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Features(Bitfield);
+assert_send_and_sync!{Features}
impl fmt::Debug for Features {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {