Move Content's Clone impl from serde_core to serde

This commit is contained in:
David Tolnay
2025-09-14 08:35:32 -07:00
parent ff3aee490a
commit cf141aa8c7
2 changed files with 32 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ use crate::private::size_hint;
// Not public API. Use serde-value instead.
//
// Obsoleted by format-specific buffer types (https://github.com/serde-rs/serde/pull/2912).
#[derive(Clone)]
#[doc(hidden)]
pub enum Content<'de> {
Bool(bool),