jonasbb / serde_with

This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
https://docs.rs/serde_with
Apache License 2.0
667 stars 72 forks source link

Fix typos #778

Closed jayvdb closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.45%. Comparing base (aaa0a29) to head (378fa24). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #778 +/- ## ========================================== + Coverage 67.32% 67.45% +0.12% ========================================== Files 40 40 Lines 2464 2464 ========================================== + Hits 1659 1662 +3 + Misses 805 802 -3 ```

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

jonasbb commented 2 months ago

This looks good. Thank you for the PR. The typos tool looks interesting. Automating it makes sense too, but I wonder if adding it as a pre-commit hook would work better.