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
+1 -1
View File
@@ -122,7 +122,7 @@ mod ignored_any;
mod impls;
pub use self::ignored_any::IgnoredAny;
pub use crate::seed::InPlaceSeed;
pub use crate::private::InPlaceSeed;
#[cfg(all(not(feature = "std"), no_core_error))]
#[doc(no_inline)]
pub use crate::std_error::Error as StdError;