diff --git a/serde_with/src/lib.rs b/serde_with/src/lib.rs index 068b5e06..12d180a9 100644 --- a/serde_with/src/lib.rs +++ b/serde_with/src/lib.rs @@ -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;