mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 04:50:36 +00:00
Merge pull request #2992 from dtolnay/inplaceseed
Remove InPlaceSeed public re-export
This commit is contained in:
commit
9d3410e3f4
@ -122,7 +122,6 @@ mod ignored_any;
|
||||
mod impls;
|
||||
|
||||
pub use self::ignored_any::IgnoredAny;
|
||||
pub use crate::private::InPlaceSeed;
|
||||
#[cfg(all(not(feature = "std"), no_core_error))]
|
||||
#[doc(no_inline)]
|
||||
pub use crate::std_error::Error as StdError;
|
||||
|
Loading…
x
Reference in New Issue
Block a user