alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
82 stars 52 forks source link

Remove deprecated Error::description #59

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

alexcrichton commented 4 years ago

👍