Fix imports for stable compiler

This commit is contained in:
David Tolnay 2017-01-14 14:16:01 -08:00
parent b3b8056d93
commit d5b428a087
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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>);