-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version dependencies, and fixed a very minor integer overflow…
… bug (when applying a unary minus to signed integers that had previously overflowed during parsing, when the value overflows to min_value exactly. Since we already return an ErrorKind::Overflow for this, this error should be should be silenced with wrapping_neg.
- Loading branch information
Alex Huszagh
committed
Dec 16, 2018
1 parent
21e993e
commit 466a633
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters