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
In this rustdoc output, rustdoc seems to claim that MatrixView aliases a struct MatrixView.
This is wrong, since no such struct exists. It seems like there was some sort of mistake when implementing this feature that ended up using the wrong name there? It should say Matrix instead.