mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-17 20:51:02 +00:00
Remove an unused variable
This commit is contained in:
@@ -399,7 +399,7 @@ mod deserializer {
|
|||||||
Some(State::OptionState(true)) => {
|
Some(State::OptionState(true)) => {
|
||||||
visitor.visit_some(self)
|
visitor.visit_some(self)
|
||||||
}
|
}
|
||||||
Some(token) => Err(Error::SyntaxError),
|
Some(_) => Err(Error::SyntaxError),
|
||||||
None => Err(Error::EndOfStream),
|
None => Err(Error::EndOfStream),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user