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.
2 parents f2b613e + 7104916 commit 5b77c17Copy full SHA for 5b77c17
src/lib.rs
@@ -65,7 +65,7 @@ impl<'a> ElfFile<'a> {
65
program::parse_program_header(self.input, self.header, index)
66
}
67
68
- pub fn program_iter(&self) -> impl Iterator<Item = ProgramHeader<'_>> {
+ pub fn program_iter(&self) -> impl Iterator<Item = ProgramHeader<'a>> + '_ {
69
ProgramIter {
70
file: self,
71
next_index: 0,
0 commit comments