Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: remove alias exports
DefaultContext
and EyreContext
`DefaultContext` and `EyreContext` exist as alias exports enabled by the `anyhow` feature. However, they are unused within `eyre`; neither are handlers of such names exposed by `anyhow`. This changeset removes both handler aliases. Closes [#135][135]. [135]: #135 BREAKING CHANGE: The alias exports are undocumented but nevertheless part of the crate's public API.
- Loading branch information