mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 05:17:56 +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"))]
|
||||
mod private {
|
||||
use super::*;
|
||||
use de;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
pub struct UnitOnly<E>(PhantomData<E>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user