Fix compiling bench_struct

This commit is contained in:
Erick Tryzelaar 2015-03-16 21:10:16 -07:00
parent 7bd4c6963b
commit a212ef11a9

View File

@ -535,7 +535,7 @@ mod deserializer {
}
fn end(&mut self) -> Result<(), Error> {
if self.state == 1 {
if self.state == 3 {
Ok(())
} else {
Err(Error::SyntaxError)