summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/map.rs')
-rw-r--r--openpgp/src/parse/map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/map.rs b/openpgp/src/parse/map.rs
index edc6cf4b..3ebcba77 100644
--- a/openpgp/src/parse/map.rs
+++ b/openpgp/src/parse/map.rs
@@ -114,7 +114,7 @@ pub struct Field<'a> {
/// Value of the field.
data: &'a [u8],
}
-assert_send_and_sync!{Field<'a>, 'a}
+assert_send_and_sync!{Field<'_>}
impl<'a> Field<'a> {
fn new(map: &'a Map, i: usize) -> Option<Field<'a>> {