Skip to content

Disable generated Display implementation #473

@rben01

Description

@rben01

I have an error type whose Display implementation actually has a bunch of logic and can't be expressed as a format!-style string literal. I would like to have this type #[derive(Snafu)], but that results in conflicting Display implementations. Is it possible to disable snafu’s generated Display implementation so that I can use my own?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions