Skip to content

Commit 11288c5

Browse files
committed
Derive Debug for Iter
1 parent 8b513d3 commit 11288c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ impl Element {
12171217
}
12181218

12191219
/// Iterator over items in the queue.
1220+
#[derive(Debug)]
12201221
pub struct Iter<'a> {
12211222
queue_file: &'a mut QueueFile,
12221223
buffer: Vec<u8>,

0 commit comments

Comments
 (0)