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
@@ -243,9 +243,6 @@ pub use crate::ser::{Serialize, Serializer};
pub mod __private;
use self::__private as private;
#[path = "de/seed.rs"]
mod seed;
#[cfg(all(not(feature = "std"), no_core_error))]
mod std_error;