Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use is_err instead of redundant pattern matching
Clippy emits: warning: redundant pattern matching, consider using `is_err()` As suggested, use `is_err()`.
- Loading branch information