Skip to content

Remove overriding impls of deprecated Error::description. #615

Open
@hkBst

Description

@hkBst

I propose to remove overriding impls of deprecated Error::description.

I naively proposed removing one such here as I was under the mistaken impression that it would delegate to Display::fmt, but it actually defaults to "description() is deprecated; use Display".

Deprecation happened 46 stable versions ago (in 1.42), or almost 6 years ago.

git grep 'fn description' | wc -l currently gives 72 results, which would need to be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-libs-api-nominatedIndicates that an issue has been nominated for discussion during a team meeting.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions