Make size_hint private

This commit is contained in:
David Tolnay
2025-09-13 12:12:05 -07:00
parent 7f831225a9
commit f916ec6baa
7 changed files with 11 additions and 12 deletions
+3
View File
@@ -1,6 +1,9 @@
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
mod content;
#[doc(hidden)]
pub mod size_hint;
#[doc(hidden)]
pub mod string;