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