Open
Description
I propose to remove overriding impls of deprecated Error::description
.
I naively proposed removing one such here as I was under the mistaken impression that it would delegate to Display::fmt
, but it actually defaults to "description() is deprecated; use Display"
.
Deprecation happened 46 stable versions ago (in 1.42), or almost 6 years ago.
git grep 'fn description' | wc -l
currently gives 72 results, which would need to be changed.