Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ability to parse float from number with leading decimal (#831)
* Adding ability to parse float from number with leading decimal * Fixing deprecated std::usize::MAX constant per https://doc.rust-lang.org/core/usize/constant.MAX.html and making consistent with other usages * Add test case for 2. and issue link Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
- Loading branch information