Skip to content
This repository has been 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 opened this issue Feb 17, 2020 · 2 comments

Comments

@rbtcollins
Copy link

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?

@LukasKalbertodt
Copy link
Contributor

Fixed by #285, but not yet released.

@AndyGauge
Copy link
Contributor

AndyGauge commented Feb 20, 2020

0.12.2 Addresses this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants