Skip to content

Commit cb6a998

Browse files
committed
fix unused 'a lifetime
1 parent a1c04f3 commit cb6a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

der/src/asn1/set_of.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ where
143143
}
144144
}
145145

146-
impl<'a, T, const N: usize> FixedTag for SetOf<T, N>
146+
impl<T, const N: usize> FixedTag for SetOf<T, N>
147147
where
148148
T: DerOrd,
149149
{

0 commit comments

Comments
 (0)