Skip to content

Commit

Permalink
Make the schemars_0_8 module private
Browse files Browse the repository at this point in the history
It has no members so there's no point in adding it to the public API.
  • Loading branch information
swlynch99 committed Dec 7, 2023
1 parent 4ec4c7a commit f7b998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_with/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pub mod json;
mod key_value_map;
pub mod rust;
#[cfg(feature = "schemars_0_8")]
pub mod schemars_0_8;
mod schemars_0_8;
pub mod ser;
#[cfg(feature = "std")]
mod serde_conv;
Expand Down

0 comments on commit f7b998a

Please sign in to comment.