failure
failure copied to clipboard
Remove deprecated Error::description
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
descriptioninCompat<E> - Replaces all
descriptionusage in the documenation
Related PR: https://github.com/rust-lang/rust/pull/66919