Closed Philippe-Cholet closed 6 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #929
The type
std::fmt::Arguments
(returned byformat_args!
) similarly delegatesDebug
toDisplay
.