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
-1
View File
@@ -120,7 +120,6 @@ pub mod value;
mod ignored_any;
mod impls;
pub mod size_hint;
pub use self::ignored_any::IgnoredAny;
pub use crate::seed::InPlaceSeed;