Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace unwrap in error handling (#93)
I ran accross a case where instead of a warning I got an unwrap in error handling. Two cases didn't seem to use `unwrap_or(0..0)` like all the others in this function. The errors will get slightly weird when it's missing but at least it won't cause crashes and the user has some idea of what is wrong
- Loading branch information