Closed fgardt closed 2 weeks ago
Attention: Patch coverage is 56.33803%
with 62 lines
in your changes missing coverage. Please review.
Project coverage is 66.91%. Comparing base (
2d70b70
) to head (2b4658c
). Report is 21 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
serde_with/src/with_suffix.rs | 56.33% | 62 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for doing the work of adding with_suffix!
. Since it is mostly a copy, I don't see a problem here. I like that you added a proper new example to the documentation :)
This should properly close #381.
Apart from the used example it is pretty much identical to the existing
with_prefix!
code, except for the few places that actually do the suffixing / trimming.