You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments