Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug impls #573

Merged
merged 3 commits into from Aug 20, 2021
Merged

Debug impls #573

merged 3 commits into from Aug 20, 2021

Conversation

phimuemue
Copy link
Member

@phimuemue phimuemue commented Aug 20, 2021

To proceed with #32, this adds some Debug impls, following our established guidelines (see #268 (comment)).

  • derive(Debug) on structs without closures.
  • debug_fmt_fields on structs with closures. I extended debug_fmt_fields to support debug-formatting tuple elemts.

This does not yet cover all cases, but a good fraction of them.

@phimuemue
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 20, 2021

Build succeeded:

@bors bors bot merged commit a139571 into rust-itertools:master Aug 20, 2021
@jswrenn jswrenn added this to the next milestone Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants