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
Now that the Error trait has deprecated description (see #462), we shouldn't bother with read::Error::description at all, and it should be moved into the impl Display.
Since this also means we no longer need to return &str, we should improve the displayed error messages to include any additional information they contain.
The text was updated successfully, but these errors were encountered:
Now that the
Error
trait has deprecateddescription
(see #462), we shouldn't bother withread::Error::description
at all, and it should be moved into theimpl Display
.Since this also means we no longer need to return
&str
, we should improve the displayed error messages to include any additional information they contain.The text was updated successfully, but these errors were encountered: