Inlne the visit_seq method

This commit is contained in:
Erick Tryzelaar 2015-07-30 09:31:16 -07:00
parent 7e25ed863c
commit 6cbb72decf

View File

@ -311,6 +311,7 @@ fn deserialize_tuple_struct(
impl $visitor_generics ::serde::de::Visitor for $visitor_ty $where_clause {
type Value = $ty;
#[inline]
fn visit_seq<__V>(&mut self, mut visitor: __V) -> ::std::result::Result<$ty, __V::Error>
where __V: ::serde::de::SeqVisitor,
{