Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Mar 20, 2015
1 parent 09de237 commit 17c2956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bench_struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
}
Expand Down

0 comments on commit 17c2956

Please sign in to comment.