Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clarify trait usage in location test
Both `WrapErr` and `ContextCompat` expose `anyhow` compatibility methods. `ContextCompat` is completely feature gated behind the `anyhow` flag. `WrapErr`, on the other hand, feature-gates individual functions behind the `anyhow` flag. This has led to [confusion][confusion] in the past. [confusion]: #138 (comment)
- Loading branch information