Skip to content

Commit 00998a4

Browse files
Philippe-Choletphimuemue
authored andcommitted
CoalesceBy: missing field in Debug
1 parent a0411d6 commit 00998a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/coalesce.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ where
3333
C: CountItem<I::Item>,
3434
C::CItem: fmt::Debug,
3535
{
36-
debug_fmt_fields!(CoalesceBy, iter);
36+
debug_fmt_fields!(CoalesceBy, iter, last);
3737
}
3838

3939
pub trait CoalescePredicate<Item, T> {

0 commit comments

Comments
 (0)