Fix imports for stable compiler
This commit is contained in:
parent
b3b8056d93
commit
d5b428a087
@ -978,7 +978,8 @@ impl<E> de::Deserializer for ByteBufDeserializer<E>
|
||||
|
||||
#[cfg(any(feature = "std", feature = "collections"))]
|
||||
mod private {
|
||||
use super::*;
|
||||
use de;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
pub struct UnitOnly<E>(PhantomData<E>);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user