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
663 stars 72 forks source link

Add `#[doc(cfg(..))]` annotation to the schemars_0_8 module #714

Closed swlynch99 closed 8 months ago

swlynch99 commented 8 months ago

It looks like I missed this during my first PR. Since the other modules already have this it is confusing that it is missing.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 65.64%. Comparing base (d09bf0b) to head (4c05768). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #714 +/- ## ======================================= Coverage 65.64% 65.64% ======================================= Files 38 38 Lines 2343 2343 ======================================= Hits 1538 1538 Misses 805 805 ```

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