Skip to content

Commit

Permalink
CoalesceBy: missing field in Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet authored and phimuemue committed Jan 25, 2024
1 parent a0411d6 commit 00998a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/coalesce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ where
C: CountItem<I::Item>,
C::CItem: fmt::Debug,
{
debug_fmt_fields!(CoalesceBy, iter);
debug_fmt_fields!(CoalesceBy, iter, last);
}

pub trait CoalescePredicate<Item, T> {
Expand Down

0 comments on commit 00998a4

Please sign in to comment.