Skip to content

Commit 54b0f4a

Browse files
committed
chore: elide lifetime
1 parent fb0b566 commit 54b0f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ struct RecordMetadataSource<'a> {
277277
pub client_random: &'a str,
278278
}
279279

280-
impl<'a> TryFrom<&RecordMetadataSource<'a>> for RecordMetadata {
280+
impl TryFrom<&RecordMetadataSource<'_>> for RecordMetadata {
281281
type Error = anyhow::Error;
282282

283283
fn try_from(value: &RecordMetadataSource) -> Result<Self, anyhow::Error> {

0 commit comments

Comments
 (0)