mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 04:41:01 +00:00
Fix imports for stable compiler
This commit is contained in:
@@ -978,7 +978,8 @@ impl<E> de::Deserializer for ByteBufDeserializer<E>
|
|||||||
|
|
||||||
#[cfg(any(feature = "std", feature = "collections"))]
|
#[cfg(any(feature = "std", feature = "collections"))]
|
||||||
mod private {
|
mod private {
|
||||||
use super::*;
|
use de;
|
||||||
|
use core::marker::PhantomData;
|
||||||
|
|
||||||
pub struct UnitOnly<E>(PhantomData<E>);
|
pub struct UnitOnly<E>(PhantomData<E>);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user