Skip to content

Replace uses of anyhow with error types #925

@jplatte

Description

@jplatte

As can be seen in #863, there's not a lot of code that uses anyhow's anyhow! or bail!, and no code at all using its Context trait. Replacing those parts with more explicit error types would make it easier to handle the error cases, while dropping a dependency with a non-trivial amount of runtime magic and hardly complicating the code at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions