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
error: Replace Never with std::convert::Infallible (#1158)
We define an `error::Never` type that is effectively identical to the
`std::convert::Infallible` type--and `Infallible` has a clearer name and
provides implementations for more common traits. Most importantly, it's
less surprising for new contributors.
This change removes our `Never` type and re-exports `Infallible` from
the `linkerd_error` crate.
There are no functional changes.
0 commit comments