Skip to content

Commit 2fb6748

Browse files
committed
Remove InPlaceSeed public re-export
1 parent b7dbf7e commit 2fb6748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serde_core/src/de/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ mod ignored_any;
122122
mod impls;
123123

124124
pub use self::ignored_any::IgnoredAny;
125-
pub use crate::private::InPlaceSeed;
126125
#[cfg(all(not(feature = "std"), no_core_error))]
127126
#[doc(no_inline)]
128127
pub use crate::std_error::Error as StdError;

0 commit comments

Comments
 (0)