failure icon indicating copy to clipboard operation
failure copied to clipboard

Remove deprecated Error::description

Open AnderEnder opened this issue 6 years ago • 0 comments

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:

  • Removes implementation of description in Compat<E>
  • Replaces all description usage in the documenation

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

AnderEnder avatar Dec 15 '19 21:12 AnderEnder