Skip to content

Commit 584597d

Browse files
committed
Fixed clippy 1.89 warnings
1 parent 12cb79f commit 584597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qpdf-rs/src/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl QPdfArray {
2323
}
2424

2525
/// Return array iterator
26-
pub fn iter(&self) -> QPdfArrayIterator {
26+
pub fn iter(&self) -> QPdfArrayIterator<'_> {
2727
QPdfArrayIterator { index: 0, inner: self }
2828
}
2929

0 commit comments

Comments
 (0)