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
ErrorKind is quite useful for our tests and most library users would probably want it for some uses, but it probably needs to have a better-designed way of distinguishing errors (ErrorKind::InvalidArgument vs ErrorKind::OsError(Some(libc::EINVAL)) is kind of unfortunate, for instance).
ErrorKind is quite useful for our tests and most library users would probably want it for some uses, but it probably needs to have a better-designed way of distinguishing errors (
ErrorKind::InvalidArgument
vsErrorKind::OsError(Some(libc::EINVAL))
is kind of unfortunate, for instance).Kind of related to #60.
The text was updated successfully, but these errors were encountered: