We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b566 commit 54b0f4aCopy full SHA for 54b0f4a
src/data_model.rs
@@ -277,7 +277,7 @@ struct RecordMetadataSource<'a> {
277
pub client_random: &'a str,
278
}
279
280
-impl<'a> TryFrom<&RecordMetadataSource<'a>> for RecordMetadata {
+impl TryFrom<&RecordMetadataSource<'_>> for RecordMetadata {
281
type Error = anyhow::Error;
282
283
fn try_from(value: &RecordMetadataSource) -> Result<Self, anyhow::Error> {
0 commit comments