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
This issue suggests to remove the Error::operator== and the Error::operator!= methods because comparing errors seems rarely going to be used. And if someone want to comparing errors, they can compare the error message instead.