rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
728 stars 111 forks source link

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

Closed rbtcollins closed 4 years ago

rbtcollins commented 4 years ago

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 commented 4 years ago

Fixed by #285, but not yet released.

AndyGauge commented 4 years ago

0.12.2 Addresses this issue.