rust-lang-deprecated / error-chain

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

Allow deprecated Error::description #284

Closed AnderEnder closed 4 years ago

AnderEnder commented 4 years ago

Error::description has been documented as soft-deprecated since 1.27.0 (17 months ago). It is going to be hard-deprecated soon.

This PR:

Related PR: https://github.com/rust-lang/rust/pull/66919 Alternative PR(with removed description): https://github.com/rust-lang-nursery/error-chain/pull/283