Skip to content

Commit 20547fb

Browse files
authored
Enable serde_conv for no_std (#839)
2 parents d0b87b6 + d118ede commit 20547fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serde_with/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ pub mod rust;
313313
#[cfg_attr(docsrs, doc(cfg(feature = "schemars_0_8")))]
314314
pub mod schemars_0_8;
315315
pub mod ser;
316-
#[cfg(feature = "std")]
317316
mod serde_conv;
318317
#[cfg(feature = "time_0_3")]
319318
#[cfg_attr(docsrs, doc(cfg(feature = "time_0_3")))]

0 commit comments

Comments
 (0)