We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dbf7e commit 2fb6748Copy full SHA for 2fb6748
1 file changed
serde_core/src/de/mod.rs
@@ -122,7 +122,6 @@ mod ignored_any;
122
mod impls;
123
124
pub use self::ignored_any::IgnoredAny;
125
-pub use crate::private::InPlaceSeed;
126
#[cfg(all(not(feature = "std"), no_core_error))]
127
#[doc(no_inline)]
128
pub use crate::std_error::Error as StdError;
0 commit comments