Skip to content

Commit

Permalink
Resolve compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jan 13, 2025
1 parent 323dc3f commit e844207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subrecord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl<'a> SubrecordRef<'a> {
))
}

pub fn subrecord_type(&'a self) -> &SubrecordType {
pub fn subrecord_type(&'a self) -> &'a SubrecordType {
&self.subrecord_type
}

Expand Down

0 comments on commit e844207

Please sign in to comment.