Move Content's Deserialize impl from serde_core to serde

This commit is contained in:
David Tolnay
2025-09-14 08:35:53 -07:00
parent cf141aa8c7
commit 00b1b6b2b5
5 changed files with 234 additions and 234 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub mod string;
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
#[doc(hidden)]
pub use self::content::{Content, ContentVisitor};
pub use self::content::Content;
#[doc(hidden)]
pub use self::seed::InPlaceSeed;
#[doc(hidden)]