We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cb79f commit 584597dCopy full SHA for 584597d
qpdf-rs/src/array.rs
@@ -23,7 +23,7 @@ impl QPdfArray {
23
}
24
25
/// Return array iterator
26
- pub fn iter(&self) -> QPdfArrayIterator {
+ pub fn iter(&self) -> QPdfArrayIterator<'_> {
27
QPdfArrayIterator { index: 0, inner: self }
28
29
0 commit comments