MapVisitor::end and SeqVisitor::end were mostly never called

This commit is contained in:
Oliver Schneider
2015-03-16 13:20:34 +01:00
parent f4f8194f46
commit f21cbb71e2
4 changed files with 22 additions and 10 deletions
+3
View File
@@ -731,6 +731,9 @@ fn deserialize_map(
}
$extract_values
try!(visitor.end());
Ok($result)
})
}