Xudong-Huang / generator-rs

rust stackful generator library
Apache License 2.0
286 stars 35 forks source link

Remove deprecated Error::description and Error::cause #18

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. Error::cause has been documented as deprecated since 1.27.0 .

This PR:

Related PR: https://github.com/rust-lang/rust/pull/66919

Xudong-Huang commented 4 years ago

thanks!