Fix imports for stable compiler

This commit is contained in:
David Tolnay
2017-01-14 14:16:01 -08:00
parent b3b8056d93
commit d5b428a087
+2 -1
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>);