You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.