Skip to content

Commit 2e325a0

Browse files
Philippe-Choletjswrenn
authored andcommitted
TakeWhileInclusive: missing field in Debug
1 parent a48c5b4 commit 2e325a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/take_while_inclusive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl<I, F> fmt::Debug for TakeWhileInclusive<I, F>
3434
where
3535
I: Iterator + fmt::Debug,
3636
{
37-
debug_fmt_fields!(TakeWhileInclusive, iter);
37+
debug_fmt_fields!(TakeWhileInclusive, iter, done);
3838
}
3939

4040
impl<I, F> Iterator for TakeWhileInclusive<I, F>

0 commit comments

Comments
 (0)