Skip to content

[breaking] remove alias exports DefaultContext and EyreContext #135

Open
@LeoniePhiline

Description

@LeoniePhiline

The following aliasing exports are unused and can be removed:

#[cfg(feature = "anyhow")]
#[doc(hidden)]
pub use DefaultHandler as DefaultContext;
#[cfg(feature = "anyhow")]
#[doc(hidden)]
pub use EyreHandler as EyreContext;

The aliases might be imported downstream, making this a breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeNon-urgent breaking changes, probably delay to the next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions