mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-01 04:18:02 +00:00
Remove an unused variable
This commit is contained in:
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user