Skip to content

Commit

Permalink
Add #[doc(cfg(..))] annotation to the schemars_0_8 module
Browse files Browse the repository at this point in the history
It looks like I missed this during my first PR.
  • Loading branch information
swlynch99 authored and jonasbb committed Mar 8, 2024
1 parent fc56049 commit 4c05768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serde_with/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ pub mod json;
mod key_value_map;
pub mod rust;
#[cfg(feature = "schemars_0_8")]
#[cfg_attr(docsrs, doc(cfg(feature = "schemars_0_8")))]
pub mod schemars_0_8;
pub mod ser;
#[cfg(feature = "std")]
Expand Down

0 comments on commit 4c05768

Please sign in to comment.