Skip to content

Commit 53c159b

Browse files
committed
Unhide Value::to_serializable
1 parent 2beca6e commit 53c159b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/value.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ impl Value {
491491
/// This allows customizing serialization behavior using serde.
492492
#[cfg(feature = "serde")]
493493
#[cfg_attr(docsrs, doc(cfg(feature = "serde")))]
494-
#[doc(hidden)]
495494
pub fn to_serializable(&self) -> SerializableValue<'_> {
496495
SerializableValue::new(self, Default::default(), None)
497496
}

0 commit comments

Comments
 (0)