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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/types/features.rs b/openpgp/src/types/features.rs
index 4d15766c..e5efb26f 100644
--- a/openpgp/src/types/features.rs
+++ b/openpgp/src/types/features.rs
@@ -55,7 +55,7 @@ use crate::types::Bitfield;
/// ```
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Features(Bitfield);
-assert_send_and_sync!{Features}
+assert_send_and_sync!(Features);
impl fmt::Debug for Features {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {