mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 20:11:02 +00:00
Fix compiling bench_struct
This commit is contained in:
@@ -535,7 +535,7 @@ mod deserializer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn end(&mut self) -> Result<(), Error> {
|
fn end(&mut self) -> Result<(), Error> {
|
||||||
if self.state == 1 {
|
if self.state == 3 {
|
||||||
Ok(())
|
Ok(())
|
||||||
} else {
|
} else {
|
||||||
Err(Error::SyntaxError)
|
Err(Error::SyntaxError)
|
||||||
|
|||||||
Reference in New Issue
Block a user