rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.76k stars 309 forks source link

Implement `Debug` for `FormatWith`, same as `Display` #931

Closed Philippe-Cholet closed 6 months ago

Philippe-Cholet commented 6 months ago

Fixes #929

The type std::fmt::Arguments (returned by format_args!) similarly delegates Debug to Display.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 94.50%. Comparing base (6814180) to head (0ea20f2). Report is 64 commits behind head on master.

Files Patch % Lines
src/format.rs 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #931 +/- ## ========================================== + Coverage 94.38% 94.50% +0.11% ========================================== Files 48 48 Lines 6665 6893 +228 ========================================== + Hits 6291 6514 +223 - Misses 374 379 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.