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
The Crate<T> class had a "this" type predicate that referenced the type
parameter T, preventing T from being covariant, which caused unexpected
behavior elsewhere. Apply the workaround of giving the method its own
type parameter T to avoid affecting the variance of the class's T.
0 commit comments