Remove an unused variable
This commit is contained in:
parent
09de237033
commit
17c295680e
@ -399,7 +399,7 @@ mod deserializer {
|
||||
Some(State::OptionState(true)) => {
|
||||
visitor.visit_some(self)
|
||||
}
|
||||
Some(token) => Err(Error::SyntaxError),
|
||||
Some(_) => Err(Error::SyntaxError),
|
||||
None => Err(Error::EndOfStream),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user