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
hybrid-array: use From for Array<->[T; N] reference conversions (#1026)
...instead of `AsRef`/`AsMut`, which allows inference to work for those
traits.
Notably `[T; N]` doesn't impl `AsRef`/`AsMut` for itself, only for
slices, so this is more consistent.
0 commit comments