Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor some code to remove an `unwrap()` call. The previous code was also safe, because `is_ok()` was checked before calling `unwrap()`, but the new version is more maintainable.
- Loading branch information