Expose VariantVisitor for the StrDeserializer

This commit is contained in:
David Tolnay
2017-01-14 14:17:46 -08:00
parent d5b428a087
commit 905b2c3cf3
-1
View File
@@ -976,7 +976,6 @@ impl<E> de::Deserializer for ByteBufDeserializer<E>
///////////////////////////////////////////////////////////////////////////////
#[cfg(any(feature = "std", feature = "collections"))]
mod private {
use de;
use core::marker::PhantomData;