Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

lint error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() #286

Closed
@rbtcollins

Description

@rbtcollins

This is showing up in stable rust now.

use of deprecated item 'std::error::Error::description': use the Display impl or to_string()

I still love error-chain very much; perhaps I shouldn't? Is help needed?

Activity

LukasKalbertodt

LukasKalbertodt commented on Feb 17, 2020

@LukasKalbertodt
Contributor

Fixed by #285, but not yet released.

AndyGauge

AndyGauge commented on Feb 20, 2020

@AndyGauge
Contributor

0.12.2 Addresses this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rbtcollins@AndyGauge@LukasKalbertodt

        Issue actions

          lint error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() · Issue #286 · rust-lang-deprecated/error-chain