Make InPlaceSeed private

This commit is contained in:
David Tolnay
2025-09-13 12:22:47 -07:00
parent f916ec6baa
commit 5ac3d84d99
6 changed files with 6 additions and 7 deletions
+3
View File
@@ -1,5 +1,6 @@
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
mod content;
mod seed;
#[doc(hidden)]
pub mod size_hint;
@@ -10,3 +11,5 @@ pub mod string;
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
#[doc(hidden)]
pub use self::content::{Content, ContentVisitor};
#[doc(hidden)]
pub use self::seed::InPlaceSeed;